aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-01-02 00:01:20 +0100
committerdec05eba <dec05eba@protonmail.com>2024-01-02 00:01:20 +0100
commit8ef3c84f03cbcdc2c29007c5d423f93caa7b3aff (patch)
treed30a4f22d39a4ee15d131293162fef3474ea5a0e /src
parentcf79c1835abeab5dd0723751dbc8048712cfaed9 (diff)
n
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
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);