fmt and return settings to original value [ci skip]

This commit is contained in:
MX
2025-03-15 08:14:00 +03:00
parent 7f1c8684c6
commit 21e2e9c148
2 changed files with 2 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ typedef struct {
Light light;
} NotificationLedLayer;
#define NOTIFICATION_SETTINGS_VERSION 0x03
#define NOTIFICATION_SETTINGS_VERSION 0x02
#define NOTIFICATION_SETTINGS_PATH INT_PATH(NOTIFICATION_SETTINGS_FILE_NAME)
typedef struct {
@@ -60,4 +60,4 @@ struct NotificationApp {
RGBBacklightApp* rgb_srv;
};
void notification_message_save_settings(NotificationApp* app);
void notification_message_save_settings(NotificationApp* app);

View File

@@ -105,7 +105,6 @@ void rainbow_timer_stop(RGBBacklightApp* app) {
// if rgb_mod_installed then apply rainbow colors to backlight and start/restart/stop rainbow_timer
void rainbow_timer_starter(RGBBacklightApp* app) {
if((app->settings->rainbow_mode > 0) && (app->settings->rgb_mod_installed)) {
rainbow_timer_start(app);
} else {