This commit is contained in:
Willy-JL
2023-02-11 04:26:03 +00:00
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
App(
appid="NightstandClock",
appid="Nightstand",
name="Nightstand Clock",
apptype=FlipperAppType.EXTERNAL,
entry_point="clock_app",
@@ -207,7 +207,7 @@ bool desktop_scene_main_on_event(void* context, SceneManagerEvent event) {
break;
}
case DesktopMainEventOpenClock: {
desktop_scene_main_open_app_or_profile(desktop, EXT_PATH("/apps/Tools/Clock.fap"));
desktop_scene_main_open_app_or_profile(desktop, EXT_PATH("/apps/Misc/Nightstand.fap"));
break;
}
case DesktopLockedEventUpdate: