diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-16 18:09:39 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-16 18:09:39 +0200 |
commit | 9ac14c963e1a45ff12e7d61528a2b84bc61c4305 (patch) | |
tree | aa94eb037cb5787b3324b7e90fdf9a6bdf10c77b /src/Config.cpp | |
parent | cae1c476435a6b8af6a0a3cd73d9e9e7dcbcfed1 (diff) |
Properly honor notification settings (when not saving video in game folder). Add pause/unpause notification option
Diffstat (limited to 'src/Config.cpp')
-rw-r--r-- | src/Config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.cpp b/src/Config.cpp index 292c7b3..ced9375 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -229,6 +229,7 @@ namespace gsr { {"record.save_video_in_game_folder", &config.record_config.save_video_in_game_folder}, {"record.show_recording_started_notifications", &config.record_config.show_recording_started_notifications}, {"record.show_video_saved_notifications", &config.record_config.show_video_saved_notifications}, + {"record.show_video_paused_notifications", &config.record_config.show_video_paused_notifications}, {"record.save_directory", &config.record_config.save_directory}, {"record.container", &config.record_config.container}, {"record.start_stop_hotkey", &config.record_config.start_stop_hotkey}, |