From 88b49813ba74be5e9cae19ecd3d8d5b6c8ff185e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 22 Apr 2023 02:14:02 +0200 Subject: may perform better, for all screens (amd/intel/ --- 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 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!)"); -- cgit v1.2.3