Save backlight color setting

This commit is contained in:
Willy-JL
2023-03-21 20:44:05 +00:00
parent b94c71b14f
commit 54b3c3e242
4 changed files with 7 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ typedef struct {
bool save_subghz;
bool save_name;
bool save_level;
bool save_backlight;
bool save_settings;
bool require_reboot;
} XtremeApp;