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

@@ -229,5 +229,7 @@ namespace gsr {
std::unique_ptr<CursorTracker> cursor_tracker;
mgl::Clock cursor_tracker_update_clock;
bool hide_ui = false;
};
}