aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-04-22 02:14:02 +0200
committerdec05eba <dec05eba@protonmail.com>2023-04-22 02:14:02 +0200
commit88b49813ba74be5e9cae19ecd3d8d5b6c8ff185e (patch)
treebd356f61695de1d9f47a3e48efd7e58842fc85c6 /src/main.cpp
parent403c750333383908999217fda265373c19277b78 (diff)
may perform better, for all screens (amd/intel/
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e5a0b99..1b863ed 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1799,7 +1799,7 @@ static GtkWidget* create_common_settings_page(GtkStack *stack, GtkApplication *a
if(gpu_inf.vendor == GPU_VENDOR_NVIDIA)
gtk_combo_box_text_append(record_area_selection_menu, "screen", "All monitors");
else
- gtk_combo_box_text_append(record_area_selection_menu, "screen", "All monitors (requires root access)");
+ gtk_combo_box_text_append(record_area_selection_menu, "screen", "All monitors (requires root access, may perform better)");
if(gpu_inf.vendor == GPU_VENDOR_NVIDIA)
gtk_combo_box_text_append(record_area_selection_menu, "screen-direct-force", "All monitors (for VRR. No cursor, may have driver issues. Only use with VRR monitors!)");