diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Overlay.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp index c7b069b..5af839e 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -210,6 +210,7 @@ namespace gsr { ReplayStartupMode replay_startup_mode = ReplayStartupMode::TURN_ON_AT_SYSTEM_STARTUP; bool try_replay_startup = true; bool replay_recording = false; + int replay_save_duration_min = 0; AudioPlayer audio_player; RegionSelector region_selector; |