From dc7b3011a10294dce2be9074c44925f25f1a9a86 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 15 Apr 2023 20:43:46 +0200 Subject: Show description that monitor capture may perform better --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index f743a8e..e5a0b99 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1812,7 +1812,7 @@ static GtkWidget* create_common_settings_page(GtkStack *stack, GtkApplication *a label += "x"; label += std::to_string(crtc_info->height); if(gpu_inf.vendor != GPU_VENDOR_NVIDIA) - label += ", requires root access"; + label += ", requires root access, may perform better"; label += ")"; // Leak on purpose, what are you gonna do? stab me? -- cgit v1.2.3