mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 02:38:35 -07:00
Save backlight color setting
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user