diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-04-15 20:43:46 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-04-15 20:43:46 +0200 |
commit | dc7b3011a10294dce2be9074c44925f25f1a9a86 (patch) | |
tree | 23d74848d5a48f935da9f1a57fc8427a12fc41a9 /src/main.cpp | |
parent | e410116fe4df7b6de478b14ca074609d03b9e550 (diff) |
Show description that monitor capture may perform better
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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? |