diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-07 19:41:39 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-07 19:41:39 +0100 |
commit | efb5fc53c164612dfb53a68e432be87185e45175 (patch) | |
tree | 6c948efda977e5d4ef817a844b59ed603443911d /include | |
parent | 51367ac07891527f0195ec9e05736547d2427cea (diff) |
Show notification when saving a large replay that is taking some time
Diffstat (limited to 'include')
-rw-r--r-- | include/Overlay.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp index a4e75dc..b14db09 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -185,5 +185,8 @@ namespace gsr { std::unique_ptr<GlobalHotkeysJoystick> global_hotkeys_js = nullptr; Display *x11_mapping_display = nullptr; XEvent x11_mapping_xev; + + mgl::Clock replay_save_clock; + bool replay_save_show_notification = false; }; }
\ No newline at end of file |