Add option to automatically turn on replay at system startup

This commit is contained in:
dec05eba
2024-11-01 20:10:48 +01:00
parent 0815da6f2c
commit 6fbd8b0dd3
7 changed files with 36 additions and 19 deletions

View File

@@ -77,6 +77,7 @@ namespace gsr {
struct ReplayConfig {
RecordOptions record_options;
bool start_replay_automatically = false;
bool show_replay_started_notifications = true;
bool show_replay_stopped_notifications = true;
bool show_replay_saved_notifications = true;