diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-14 00:25:37 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-14 00:25:37 +0100 |
commit | d2f6b0738bdd90a5503fff404dfa4f0ad0962ef3 (patch) | |
tree | d6ff32e7416d1a0b7f8e6024807797e8447b4bcf /src/Config.cpp | |
parent | 4ba1e814b748d57631f6b7afb7eaa63e8435c24e (diff) |
Add option to start replay on fullscreen
Diffstat (limited to 'src/Config.cpp')
-rw-r--r-- | src/Config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config.cpp b/src/Config.cpp index 3a0b70b..29b82cf 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -132,7 +132,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.turn_on_replay_automatically_mode", &config.replay_config.turn_on_replay_automatically_mode}, {"replay.save_video_in_game_folder", &config.replay_config.save_video_in_game_folder}, {"replay.show_replay_started_notifications", &config.replay_config.show_replay_started_notifications}, {"replay.show_replay_stopped_notifications", &config.replay_config.show_replay_stopped_notifications}, |