mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-19 06:30:46 -04: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
@@ -87,8 +87,11 @@ namespace app
|
||||
return std::make_unique<gui::ClockMainWindow>(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 ApplicationClock::destroyUserInterface()
|
||||
|
||||
Reference in New Issue
Block a user