Cosmetic code changes

This commit is contained in:
Dmitry422
2025-04-10 00:55:02 +07:00
parent 224d4e060b
commit 75c8cb9715
5 changed files with 20 additions and 20 deletions

View File

@@ -48,7 +48,7 @@ typedef struct {
float night_shift;
uint32_t night_shift_start;
uint32_t night_shift_end;
bool lcd_inverse;
bool lcd_inversion;
} NotificationSettings;
struct NotificationApp {