mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-02-18 15:06:59 -05:00
[EGD-7612] Add alarm popup
Added alarm popup window. Added ImageBoxWithText widget.
This commit is contained in:
committed by
Wojciech Rzepecki
parent
b82c29fa39
commit
4c19fa16b3
@@ -128,8 +128,11 @@ namespace app
|
||||
return std::make_unique<gui::OptionWindow>(app, name);
|
||||
});
|
||||
|
||||
attachPopups(
|
||||
{gui::popup::ID::Volume, gui::popup::ID::Tethering, gui::popup::ID::PhoneModes, gui::popup::ID::PhoneLock});
|
||||
attachPopups({gui::popup::ID::Volume,
|
||||
gui::popup::ID::Tethering,
|
||||
gui::popup::ID::PhoneModes,
|
||||
gui::popup::ID::PhoneLock,
|
||||
gui::popup::ID::Alarm});
|
||||
}
|
||||
|
||||
void ApplicationNotes::destroyUserInterface()
|
||||
|
||||
Reference in New Issue
Block a user