diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-09 18:27:31 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-09 18:27:45 +0200 |
commit | 9ada8caabc75c32296bcea1e83580dde32dd5a37 (patch) | |
tree | f77e1af290beda435516b94082e2ffd6c2ae003e /include | |
parent | 746ce51e65232bfb6fc33a17a1450a90e020c341 (diff) |
Add emergency exit buttons, (left) ctrl+shift+alt+esc to close gpu screen recorder and remove it from system startup
Diffstat (limited to 'include')
-rw-r--r-- | include/Overlay.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp index cd52efa..ac9d2b1 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -65,6 +65,7 @@ namespace gsr { bool is_open() const; bool should_exit(std::string &reason) const; void exit(); + void go_back_to_old_ui(); const Config& get_config() const; |