aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-23 19:27:57 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-23 19:27:57 +0200
commit41412db70408fce213dd1d5859e34fd06a59c240 (patch)
tree417f0980c9ac670a76d80b3ca899f8dc601e132e /include
parent736f2f30956369754f6c8eeb49e7972720777cc9 (diff)
Better replay recording handling. Add gsr-ui-cli command to save shorter replay
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 8dd246a..c7b069b 100644
--- a/include/Overlay.hpp
+++ b/include/Overlay.hpp
@@ -209,6 +209,7 @@ namespace gsr {
bool replay_save_show_notification = false;
ReplayStartupMode replay_startup_mode = ReplayStartupMode::TURN_ON_AT_SYSTEM_STARTUP;
bool try_replay_startup = true;
+ bool replay_recording = false;
AudioPlayer audio_player;
RegionSelector region_selector;