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();