Hide UI when starting desktop portal capture (because the desktop portal selection needs to be clicked on)

This commit is contained in:
dec05eba
2025-07-18 23:45:34 +02:00
parent 9192b3eba1
commit 182c96d8e9
4 changed files with 24 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ namespace gsr {
ll->add_widget(std::move(capture_target_list));
ll->add_widget(create_change_video_resolution_section());
return std::make_unique<Subsection>("Record area", std::move(ll), mgl::vec2f(settings_scrollable_page_ptr->get_inner_size().x, 0.0f));
return std::make_unique<Subsection>("Capture", std::move(ll), mgl::vec2f(settings_scrollable_page_ptr->get_inner_size().x, 0.0f));
}
static bool audio_device_is_output(const std::string &audio_device_id) {