aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-20 01:33:40 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-20 01:33:40 +0200
commit3f2e8d0be8ff79b4df1ace1134ef934ff5377caf (patch)
treeea06ae3efa5d03cb4a30c545cfea01be4ae20f48 /src
parentf1382e696665863033b056dedd0ef6ff625d57d4 (diff)
5.4.0
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f971136..b0efe68 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2632,7 +2632,7 @@ static void parse_capture_options_line(GsrInfo *_gsr_info, const std::string &li
_gsr_info->supported_capture_options.focused = true;
else if(line == "portal")
_gsr_info->supported_capture_options.portal = true;
- else
+ else if(line != "region") // We dont support region capture in the gtk application
_gsr_info->supported_capture_options.monitors.push_back(capture_option_line_to_monitor(line));
}