From 6fbd8b0dd369c704b21c8757c1f66e55dcf1cb91 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 1 Nov 2024 20:10:48 +0100 Subject: Add option to automatically turn on replay at system startup --- src/Config.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Config.cpp') diff --git a/src/Config.cpp b/src/Config.cpp index 4f68fa1..95949e8 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -119,6 +119,7 @@ namespace gsr { {"replay.record_options.overclock", &config.replay_config.record_options.overclock}, {"replay.record_options.record_cursor", &config.replay_config.record_options.record_cursor}, {"replay.record_options.restore_portal_session", &config.replay_config.record_options.restore_portal_session}, + {"replay.start_replay_automatically", &config.replay_config.start_replay_automatically}, {"replay.show_replay_started_notifications", &config.replay_config.show_replay_started_notifications}, {"replay.show_replay_stopped_notifications", &config.replay_config.show_replay_stopped_notifications}, {"replay.show_replay_saved_notifications", &config.replay_config.show_replay_saved_notifications}, -- cgit v1.2.3