Quick fix for highlighting in light themes

set defaults for highlighting colors. Only use "hidden setting" when populated.
This commit is contained in:
TranRed
2019-04-22 18:32:58 +02:00
parent ad38d0ca1c
commit ac1957ff68
2 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ public:
"/highlighting/whisperHighlight/enableSound", false};
BoolSetting enableWhisperHighlightTaskbar = {
"/highlighting/whisperHighlight/enableTaskbarFlashing", false};
QStringSetting highlightColor = {"/highlighting/color", "#4B282C"};
QStringSetting highlightColor = {"/highlighting/color", ""};
BoolSetting longAlerts = {"/highlighting/alerts", false};