From 6fbd8b0dd369c704b21c8757c1f66e55dcf1cb91 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 1 Nov 2024 20:10:48 +0100 Subject: Add option to automatically turn on replay at system startup --- include/gui/SettingsPage.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/gui') diff --git a/include/gui/SettingsPage.hpp b/include/gui/SettingsPage.hpp index 104cf18..4c5388d 100644 --- a/include/gui/SettingsPage.hpp +++ b/include/gui/SettingsPage.hpp @@ -81,6 +81,7 @@ namespace gsr { std::unique_ptr create_container_section(); std::unique_ptr create_replay_time_entry(); std::unique_ptr create_replay_time(); + std::unique_ptr create_start_replay_on_startup(); void add_replay_widgets(); void add_record_widgets(); @@ -142,6 +143,7 @@ namespace gsr { List *stream_key_list_ptr = nullptr; List *stream_url_list_ptr = nullptr; List *container_list_ptr = nullptr; + CheckBox *start_replay_automatically_ptr = nullptr; CheckBox *show_replay_started_notification_checkbox_ptr = nullptr; CheckBox *show_replay_stopped_notification_checkbox_ptr = nullptr; CheckBox *show_replay_saved_notification_checkbox_ptr = nullptr; -- cgit v1.2.3