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

@@ -120,7 +120,7 @@ namespace gsr {
ll->add_widget(std::move(capture_target_list));
ll->add_widget(create_change_image_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));
}
std::unique_ptr<List> ScreenshotSettingsPage::create_image_quality_section() {