Better replay recording handling. Add gsr-ui-cli command to save shorter replay

This commit is contained in:
dec05eba
2025-04-23 19:27:57 +02:00
parent 736f2f3095
commit 41412db704
5 changed files with 31 additions and 6 deletions

View File

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