From 9ac14c963e1a45ff12e7d61528a2b84bc61c4305 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 16 May 2025 18:09:39 +0200 Subject: Properly honor notification settings (when not saving video in game folder). Add pause/unpause notification option --- include/Config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Config.hpp') diff --git a/include/Config.hpp b/include/Config.hpp index 2bb79fb..c094125 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -100,6 +100,7 @@ namespace gsr { bool save_video_in_game_folder = false; bool show_recording_started_notifications = true; bool show_video_saved_notifications = true; + bool show_video_paused_notifications = true; std::string save_directory; std::string container = "mp4"; ConfigHotkey start_stop_hotkey; -- cgit v1.2.3-70-g09d2