Skip to content

Commit 215f4e7

Browse files
committed
IDLE Systray icon changed.
Signed-off-by: Melvin Li <kkkwing15@163.com>
1 parent a3f41a1 commit 215f4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QKeyMapper/qkeymapper_constants.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const int TRAYICON_INDEX_YELLOW = 12;
124124
const int TRAYICON_INDEX_MIN = TRAYICON_INDEX_BLACK;
125125
const int TRAYICON_INDEX_MAX = TRAYICON_INDEX_YELLOW;
126126

127-
const int TRAYICON_IDLE_DEFAULT = TRAYICON_INDEX_BLUE2;
127+
const int TRAYICON_IDLE_DEFAULT = TRAYICON_INDEX_BLUE1;
128128
const int TRAYICON_MONITORING_DEFAULT = TRAYICON_INDEX_RED;
129129
const int TRAYICON_GLOBAL_DEFAULT = TRAYICON_INDEX_GREEN1;
130130
const int TRAYICON_MATCHED_DEFAULT = TRAYICON_INDEX_PURPLE;

0 commit comments

Comments
 (0)