Add emergency exit buttons, (left) ctrl+shift+alt+esc to close gpu screen recorder and remove it from system startup

This commit is contained in:
dec05eba
2025-04-09 18:27:31 +02:00
parent 746ce51e65
commit 9ada8caabc
5 changed files with 30 additions and 5 deletions

View File

@@ -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;