[EGD-5743] Added phone modes popup

Implementation of phone modes window.
Minor fixes of previous approach.
This commit is contained in:
Jakub Pyszczak
2021-03-09 14:39:06 +01:00
committed by Jakub Pyszczak
parent ab2252e97e
commit a21e02f91e
28 changed files with 231 additions and 157 deletions

View File

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