mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-19 14:15:02 -04:00
[EGD-5743] Added phone modes popup
Implementation of phone modes window. Minor fixes of previous approach.
This commit is contained in:
committed by
Jakub Pyszczak
parent
ab2252e97e
commit
a21e02f91e
@@ -122,7 +122,7 @@ namespace app
|
||||
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});
|
||||
attachPopups({gui::popup::ID::Volume, gui::popup::ID::PhoneModes});
|
||||
}
|
||||
|
||||
void ApplicationNotes::destroyUserInterface()
|
||||
|
||||
Reference in New Issue
Block a user