aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-01 20:10:48 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-01 20:10:48 +0100
commit6fbd8b0dd369c704b21c8757c1f66e55dcf1cb91 (patch)
treef4b52fadb7d6cf2bf1139a17a73f8e70c10ad15b /include/Config.hpp
parent0815da6f2c50750c5e5df6245ab18694402fb7c1 (diff)
Add option to automatically turn on replay at system startup
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index 1bb4e27..dc508cc 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -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;