Move notifications/led indicator to new section in the ui

This commit is contained in:
dec05eba
2025-11-07 23:21:17 +01:00
parent 4992185323
commit 0995e86e89
5 changed files with 20 additions and 8 deletions

View File

@@ -46,6 +46,7 @@ namespace gsr {
std::unique_ptr<Widget> create_notifications();
std::unique_ptr<Widget> create_led_indicator();
std::unique_ptr<Widget> create_general_section();
std::unique_ptr<Widget> create_screenshot_indicator_section();
std::unique_ptr<Widget> create_settings();
void add_widgets();

View File

@@ -114,6 +114,7 @@ namespace gsr {
void update_estimated_record_file_size();
std::unique_ptr<CheckBox> create_led_indicator(const char *type);
std::unique_ptr<CheckBox> create_notifications(const char *type);
std::unique_ptr<List> create_indicator(const char *type);
void add_replay_widgets();
void add_record_widgets();