Properly honor notification settings (when not saving video in game folder). Add pause/unpause notification option

This commit is contained in:
dec05eba
2025-05-16 18:09:39 +02:00
parent cae1c47643
commit 9ac14c963e
5 changed files with 17 additions and 5 deletions

View File

@@ -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;