links upd

This commit is contained in:
RogueMaster
2022-10-25 01:59:31 -04:00
parent ffdbce158f
commit f59f7066eb
2 changed files with 3 additions and 3 deletions
@@ -229,7 +229,8 @@ bool desktop_scene_main_on_event(void* context, SceneManagerEvent event) {
break;
}
case DesktopMainEventOpenSubRemote: {
loader_start(desktop->loader, FLIPPER_APPS[2].name, NULL);
LoaderStatus status =
loader_start(desktop->loader, "Applications", EXT_PATH("/apps/Main/SubGHz_Remote.fap"));
consumed = true;
break;
}
@@ -84,8 +84,7 @@ bool desktop_main_input_callback(InputEvent* event, void* context) {
} else if(event->key == InputKeyDown) {
main_view->callback(DesktopMainEventOpenFavoriteSecondary, main_view->context);
} else if(event->key == InputKeyLeft) {
main_view->callback(
DesktopMainEventOpenSubRemote, main_view->context); // OPENS SUBGHZ REMOTE
main_view->callback(DesktopMainEventOpenSubRemote, main_view->context); // OPENS SUBGHZ REMOTE
}
}
} else if(main_view->is_gamemode == true) {