From 8ef3c84f03cbcdc2c29007c5d423f93caa7b3aff Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 2 Jan 2024 00:01:20 +0100 Subject: n --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 7d83fef..a3d723e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2903,7 +2903,6 @@ static void load_config(const gpu_info &gpu_inf) { GtkWidget *dialog = gtk_message_dialog_new(GTK_WINDOW(window), GTK_DIALOG_MODAL, GTK_MESSAGE_WARNING, GTK_BUTTONS_OK, "Use of GPU Screen Recorder on Wayland is not recommended since Wayland compositors are missing features that GPU Screen Recorder relies on, such as window capture, global hotkeys, and other future functionality.\n" - "Software around Wayland (desktop portal and pipewire) are also brittle and buggy. Wayland is also badly designed and will never support all of the features needed for a proper desktop experience.\n" "Use X11 if you want to have access to all of the features provided by GPU Screen Recorder."); gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog); -- cgit v1.2.3