fixed clock app & added subghz playlist icon back

This commit is contained in:
jbohack
2023-01-05 21:46:09 -05:00
parent 6af8453eb0
commit bf6ed203db
8 changed files with 4 additions and 151 deletions

View File

@@ -220,7 +220,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/Main/Clock.fap"));
desktop_scene_main_open_app_or_profile(desktop, EXT_PATH("/apps/Tools/Clock.fap"));
break;
}
case DesktopMainEventOpenTetris: {