better subghz settings and more anim unload fixes

by Willy-JL
This commit is contained in:
MX
2024-04-05 06:36:35 +03:00
parent a830d6b511
commit ef29ed149d
15 changed files with 167 additions and 241 deletions

View File

@@ -152,7 +152,7 @@ bool desktop_scene_main_on_event(void* context, SceneManagerEvent event) {
break;
case DesktopMainEventOpenPowerOff: {
loader_start(desktop->loader, "Power", "off", NULL);
loader_start_detached_with_gui_error(desktop->loader, "Power", "off");
consumed = true;
break;
}