This commit is contained in:
MX
2026-02-10 00:05:21 +03:00
parent fa7bb1a108
commit e242f489b0

View File

@@ -761,7 +761,7 @@ static bool notification_load_settings(NotificationApp* app) {
// "kostyl" for update old setting to new without change settings version
if(app->settings.display_off_delay_ms < 2000) app->settings.display_off_delay_ms = 2000;
return fs_result;
}