aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-23 19:46:27 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-23 19:46:27 +0200
commitb64b90d0b165a6364206fa6ee7918905afd76fe5 (patch)
tree931698040c314956e5e7730f829a7b38ef67edf8 /include
parent41412db70408fce213dd1d5859e34fd06a59c240 (diff)
Show replay duration in save, update all hotkeys in ui front page when changing them, update front page colors when changing accent color
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 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;