mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-18 21:54:11 -04:00
[EGD-5883] Added generic button popups attach to applications
Created structure and implementation for popup windows attachments on button actions into applications. Moved Volume window to fit into solution. BarGraph refactored.
This commit is contained in:
committed by
PrzeBrudny
parent
ec86ae32c5
commit
84095629df
@@ -121,6 +121,8 @@ namespace app
|
||||
windowsFactory.attach(
|
||||
utils::localize.get("app_phonebook_options_title"),
|
||||
[](Application *app, const std::string &name) { return std::make_unique<gui::OptionWindow>(app, name); });
|
||||
|
||||
attachPopups({gui::popup::ID::Volume});
|
||||
}
|
||||
|
||||
void ApplicationNotes::destroyUserInterface()
|
||||
|
||||
Reference in New Issue
Block a user