From d2f6b0738bdd90a5503fff404dfa4f0ad0962ef3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 14 Nov 2024 00:25:37 +0100 Subject: Add option to start replay on fullscreen --- include/Config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Config.hpp') diff --git a/include/Config.hpp b/include/Config.hpp index fbfc86f..cfb64df 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -81,7 +81,7 @@ namespace gsr { struct ReplayConfig { RecordOptions record_options; - bool start_replay_automatically = false; + std::string turn_on_replay_automatically_mode = "dont_turn_on_automatically"; bool save_video_in_game_folder = false; bool show_replay_started_notifications = true; bool show_replay_stopped_notifications = true; -- cgit v1.2.3