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/gui/SettingsPage.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gui') diff --git a/include/gui/SettingsPage.hpp b/include/gui/SettingsPage.hpp index 2a78802..d433a88 100644 --- a/include/gui/SettingsPage.hpp +++ b/include/gui/SettingsPage.hpp @@ -186,6 +186,7 @@ namespace gsr { CheckBox *save_recording_in_game_folder_ptr = nullptr; CheckBox *show_recording_started_notification_checkbox_ptr = nullptr; CheckBox *show_video_saved_notification_checkbox_ptr = nullptr; + CheckBox *show_video_paused_notification_checkbox_ptr = nullptr; CheckBox *show_streaming_started_notification_checkbox_ptr = nullptr; CheckBox *show_streaming_stopped_notification_checkbox_ptr = nullptr; Button *save_directory_button_ptr = nullptr; -- cgit v1.2.3-70-g09d2