mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
починил
This commit is contained in:
@@ -70,7 +70,7 @@ static void desktop_scene_main_open_app_or_profile(Desktop* desktop, const char*
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void desktop_scene_main_start_favorite(Desktop* desktop, FavoriteApp* application) {
|
static void desktop_scene_main_start_favorite(Desktop* desktop, FavoriteApp* application) {
|
||||||
if(strlen(application->name_or_path) > 4) {
|
if(strlen(application->name_or_path) > 0) {
|
||||||
loader_start_with_gui_error(desktop->loader, application->name_or_path, NULL);
|
loader_start_with_gui_error(desktop->loader, application->name_or_path, NULL);
|
||||||
} else {
|
} else {
|
||||||
// No favourite app is set! So we skipping this part
|
// No favourite app is set! So we skipping this part
|
||||||
|
|||||||
Reference in New Issue
Block a user