From 3f2e8d0be8ff79b4df1ace1134ef934ff5377caf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 20 Apr 2025 01:33:40 +0200 Subject: 5.4.0 --- com.dec05eba.gpu_screen_recorder.appdata.xml | 7 +++++++ src/main.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index 20f384b..0a8fe82 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -85,6 +85,13 @@ + + +
    +
  • Redesign audio settings in the new UI to allow more complex audio setup (allow configuring each audio track separately)
  • +
+
+
    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)); } -- cgit v1.2.3-70-g09d2