add support for Favorite App Ok Long

This commit is contained in:
DrEverr
2025-04-01 18:39:42 +02:00
parent 7f135dae03
commit f783e0b3ab
5 changed files with 9 additions and 0 deletions

View File

@@ -174,6 +174,11 @@ bool desktop_scene_main_on_event(void* context, SceneManagerEvent event) {
desktop, &desktop->settings.favorite_apps[FavoriteAppRightLong]);
consumed = true;
break;
case DesktopMainEventOpenFavoriteOkLong:
desktop_scene_main_start_favorite(
desktop, &desktop->settings.favorite_apps[FavoriteAppOkLong]);
consumed = true;
break;
case DesktopAnimationEventCheckAnimation:
animation_manager_check_blocking_process(desktop->animation_manager);