Show xfwfirstboot slideshow on click version text

This commit is contained in:
Willy-JL
2023-03-28 07:53:53 +01:00
parent 73aee87eb1
commit 64bd2052e0
4 changed files with 145 additions and 116 deletions

View File

@@ -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);