Skip to content

Commit

Permalink
Latest Release RM0416-0359-0.100.4-22e2176 on PATREON & GitHub - PASS…
Browse files Browse the repository at this point in the history
…PORT FIX
  • Loading branch information
RogueMaster committed Apr 16, 2024
1 parent 417c07f commit 65d2d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/services/desktop/scenes/desktop_scene_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static void desktop_scene_main_open_fav_or_profile(Desktop* desktop, FavoriteApp
}
// In case of "default" setting
if(!load_ok) {
loader_start_detached_with_gui_error(desktop->loader, "Passport", NULL);
loader_start_detached_with_gui_error(desktop->loader, PASSPORT_APP, NULL);
}
}

Expand Down

0 comments on commit 65d2d7b

Please sign in to comment.