mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-04 13:43:53 +08:00
ui.h: const bg_colors (#21169)
This commit is contained in:
@@ -60,7 +60,7 @@ typedef enum UIStatus {
|
||||
STATUS_ALERT,
|
||||
} UIStatus;
|
||||
|
||||
static QColor bg_colors [] = {
|
||||
const QColor bg_colors [] = {
|
||||
[STATUS_DISENGAGED] = QColor(0x17, 0x33, 0x49, 0xc8),
|
||||
[STATUS_ENGAGED] = QColor(0x17, 0x86, 0x44, 0xf1),
|
||||
[STATUS_WARNING] = QColor(0xDA, 0x6F, 0x25, 0xf1),
|
||||
|
||||
Reference in New Issue
Block a user