add some comments

reformat
This commit is contained in:
Rasmus Karlsson
2018-10-07 14:18:30 +00:00
parent b720450f86
commit 7879fef3a0
4 changed files with 20 additions and 4 deletions
+2 -1
View File
@@ -212,7 +212,8 @@ void Theme::actuallyUpdate(double hue, double multiplier)
this->messages.backgrounds.highlighted =
blendColors(themeColor, this->messages.backgrounds.regular, 0.8);
} else {
this->messages.backgrounds.highlighted = QColor(getSettings()->highlightColor);
this->messages.backgrounds.highlighted =
QColor(getSettings()->highlightColor);
}
this->messages.backgrounds.subscription =