mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Show xfwfirstboot slideshow on click version text
This commit is contained in:
@@ -65,6 +65,7 @@ typedef struct {
|
||||
bool save_level;
|
||||
bool save_backlight;
|
||||
bool save_settings;
|
||||
bool show_slideshow;
|
||||
bool require_reboot;
|
||||
} XtremeApp;
|
||||
|
||||
@@ -73,3 +74,5 @@ typedef enum {
|
||||
XtremeAppViewTextInput,
|
||||
XtremeAppViewPopup,
|
||||
} XtremeAppView;
|
||||
|
||||
bool xtreme_app_apply(XtremeApp* app);
|
||||
|
||||
Reference in New Issue
Block a user