Change mood in xfw app

This commit is contained in:
Willy-JL
2023-05-14 21:47:49 +01:00
parent f82f6ccd66
commit 8338335f8b
5 changed files with 45 additions and 16 deletions

View File

@@ -52,7 +52,8 @@ typedef struct {
char subghz_freq_buffer[XTREME_SUBGHZ_FREQ_BUFFER_SIZE];
bool subghz_extend;
char device_name[FURI_HAL_VERSION_ARRAY_NAME_LENGTH];
int32_t xp_level;
int32_t dolphin_level;
int32_t dolphin_angry;
FuriString* version_tag;
bool save_mainmenu_apps;
@@ -60,6 +61,7 @@ typedef struct {
bool save_subghz;
bool save_name;
bool save_level;
bool save_angry;
bool save_backlight;
bool save_settings;
bool show_slideshow;