diff --git a/src/main.h b/src/main.h index 745f3971..c6d1334d 100644 --- a/src/main.h +++ b/src/main.h @@ -162,8 +162,8 @@ typedef enum _ENUM_INFO_DATA2 #define STATUSBAR_PARTS_COUNT 3 // notifications -#define NOTIFY_TIMER_SAFETY_ID 666 #define NOTIFY_TIMER_SAFETY_TIMEOUT 900 +#define NOTIFY_TIMER_SAFETY_ID 666 #define NOTIFY_TIMEOUT_DEFAULT 60 // sec. @@ -174,7 +174,7 @@ typedef enum _ENUM_INFO_DATA2 #define LV_COLOR_SPECIAL RGB (255, 255, 170) #define LV_COLOR_SIGNED RGB (175, 228, 163) #define LV_COLOR_PICO RGB (51, 153, 255) -#define LV_COLOR_SYSTEM RGB(151, 196, 251) +#define LV_COLOR_SYSTEM RGB (151, 196, 251) #define LV_COLOR_CONNECTION RGB(255, 168, 242) #define LV_COLOR_UNDELETE RGB(211, 211, 211)