mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 17:28:36 -07:00
Add battery to hold desktop right
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user