diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-21 19:23:31 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-21 19:23:31 +0200 |
commit | 658c95e7eb1142f611acc429a4e472e439269f2e (patch) | |
tree | 7c0a5dfb3ba75aedab6668c105e6b8af8933ed3d /src | |
parent | a6164d41ba58d7d427c1448ed2e7769385fdc8b3 (diff) |
Mention that HDR is not supported when using desktop portal
Diffstat (limited to 'src')
-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 b523244..a86f254 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2711,7 +2711,7 @@ static GtkWidget* create_common_settings_page(GtkStack *stack, GtkApplication *a if(gsr_info.system_info.display_server == DisplayServer::WAYLAND) { gtk_list_store_append(store, &iter); - gtk_list_store_set(store, &iter, 0, gsr_info.supported_capture_options.portal ? "Desktop portal (Experimental)" : "Desktop portal (Not available on your system)", -1); + gtk_list_store_set(store, &iter, 0, gsr_info.supported_capture_options.portal ? "Desktop portal (Experimental, HDR not supported)" : "Desktop portal (Not available on your system)", -1); gtk_list_store_set(store, &iter, 1, "portal", -1); } else { gtk_list_store_append(store, &iter); |