From ad723217e634b6fcbef5eac1000faae4eea3f696 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:08:29 +0300 Subject: [PATCH] fix subghz loading --- applications/services/loader/loader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/services/loader/loader.c b/applications/services/loader/loader.c index 7af1f0c8a..acf96b9cf 100644 --- a/applications/services/loader/loader.c +++ b/applications/services/loader/loader.c @@ -191,6 +191,7 @@ static const FlipperInternalApplication* loader_find_application_by_name(const c const FlipperInternalApplication* list; const uint32_t count; } lists[] = { + {FLIPPER_APPS, FLIPPER_APPS_COUNT}, {FLIPPER_SETTINGS_APPS, FLIPPER_SETTINGS_APPS_COUNT}, {FLIPPER_SYSTEM_APPS, FLIPPER_SYSTEM_APPS_COUNT}, {FLIPPER_DEBUG_APPS, FLIPPER_DEBUG_APPS_COUNT},