mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 08:16:45 +02:00
fix bug where tab alert colours weren't being properly prioritized
This commit is contained in:
@ -52,7 +52,7 @@ enum {
|
||||
BLACK,
|
||||
} C_COLOURS;
|
||||
|
||||
/* tab alert types: lower types take priority */
|
||||
/* tab alert types: lower types take priority (this relies on the order of C_COLOURS) */
|
||||
typedef enum {
|
||||
WINDOW_ALERT_NONE = 0,
|
||||
WINDOW_ALERT_0 = GREEN,
|
||||
|
Reference in New Issue
Block a user