mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
MNTM Settings: Fix Show Momentum Intro button
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include <dolphin/dolphin_i.h>
|
||||
#include <dolphin/helpers/dolphin_state.h>
|
||||
#include <momentum/settings.h>
|
||||
#include <desktop/views/desktop_view_slideshow.h>
|
||||
|
||||
#include <applications.h>
|
||||
#include <assets_icons.h>
|
||||
|
||||
@@ -93,7 +93,7 @@ bool momentum_app_scene_misc_on_event(void* context, SceneManagerEvent event) {
|
||||
case VarItemListIndexShowMomentumIntro: {
|
||||
for(int i = 0; i < 10; i++) {
|
||||
if(storage_common_copy(
|
||||
app->storage, EXT_PATH("dolphin/firstboot.bin"), EXT_PATH(".slideshow"))) {
|
||||
app->storage, EXT_PATH("dolphin/firstboot.bin"), SLIDESHOW_FS_PATH)) {
|
||||
app->show_slideshow = true;
|
||||
momentum_app_apply(app);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user