aboutsummaryrefslogtreecommitdiff
path: root/include/Overlay.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-07 19:41:39 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-07 19:41:39 +0100
commitefb5fc53c164612dfb53a68e432be87185e45175 (patch)
tree6c948efda977e5d4ef817a844b59ed603443911d /include/Overlay.hpp
parent51367ac07891527f0195ec9e05736547d2427cea (diff)
Show notification when saving a large replay that is taking some time
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r--include/Overlay.hpp3
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