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

@@ -114,6 +114,10 @@ static bool xtreme_app_back_event_callback(void* context) {
furi_record_close(RECORD_DOLPHIN);
}
if(app->save_backlight) {
rgb_backlight_save_settings();
}
if(app->save_settings) {
XTREME_SETTINGS_SAVE();
}