We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f41a1 commit 215f4e7Copy full SHA for 215f4e7
QKeyMapper/qkeymapper_constants.cpp
@@ -124,7 +124,7 @@ const int TRAYICON_INDEX_YELLOW = 12;
124
const int TRAYICON_INDEX_MIN = TRAYICON_INDEX_BLACK;
125
const int TRAYICON_INDEX_MAX = TRAYICON_INDEX_YELLOW;
126
127
-const int TRAYICON_IDLE_DEFAULT = TRAYICON_INDEX_BLUE2;
+const int TRAYICON_IDLE_DEFAULT = TRAYICON_INDEX_BLUE1;
128
const int TRAYICON_MONITORING_DEFAULT = TRAYICON_INDEX_RED;
129
const int TRAYICON_GLOBAL_DEFAULT = TRAYICON_INDEX_GREEN1;
130
const int TRAYICON_MATCHED_DEFAULT = TRAYICON_INDEX_PURPLE;
0 commit comments