Show replay duration in save, update all hotkeys in ui front page when changing them, update front page colors when changing accent color

This commit is contained in:
dec05eba
2025-04-23 19:46:27 +02:00
parent 41412db704
commit b64b90d0b1
3 changed files with 46 additions and 40 deletions

View File

@@ -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;