aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-09 18:27:31 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-09 18:27:45 +0200
commit9ada8caabc75c32296bcea1e83580dde32dd5a37 (patch)
treef77e1af290beda435516b94082e2ffd6c2ae003e /include
parent746ce51e65232bfb6fc33a17a1450a90e020c341 (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.hpp1
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;