From efb5fc53c164612dfb53a68e432be87185e45175 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 7 Feb 2025 19:41:39 +0100 Subject: Show notification when saving a large replay that is taking some time --- include/Overlay.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Overlay.hpp') 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 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 -- cgit v1.2.3-70-g09d2