Add battery to hold desktop right

This commit is contained in:
Willy-JL
2023-01-22 04:52:38 +00:00
parent c92b13d154
commit bc6c374138
3 changed files with 186 additions and 25 deletions

View File

@@ -136,7 +136,7 @@ static bool bubble_animation_input_callback(InputEvent* event, void* context) {
}
} else if(event->type == InputTypeLong) {
Loader* loader = furi_record_open(RECORD_LOADER);
loader_start(loader, "About", NULL);
loader_start(loader, "About", "batt");
furi_record_close(RECORD_LOADER);
}
}

View File

@@ -73,7 +73,7 @@ static bool one_shot_view_input(InputEvent* event, void* context) {
}
} else if(event->type == InputTypeLong) {
Loader* loader = furi_record_open(RECORD_LOADER);
loader_start(loader, "About", NULL);
loader_start(loader, "About", "batt");
furi_record_close(RECORD_LOADER);
}
}