removed access to theme from TMB + misc fixes (#2694)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
fourtf
2021-06-20 15:55:35 +02:00
committed by GitHub
parent 0c2488505c
commit 1efc547aa5
6 changed files with 16 additions and 17 deletions
+3 -1
View File
@@ -2,6 +2,7 @@
#include "common/Aliases.hpp"
#include "common/Outcome.hpp"
#include "messages/MessageColor.hpp"
#include <IrcMessage>
#include <QColor>
@@ -59,7 +60,8 @@ protected:
const bool action_{};
QColor usernameColor_;
QColor usernameColor_ = {153, 153, 153};
MessageColor textColor_ = MessageColor::Text;
bool highlightAlert_ = false;
bool highlightSound_ = false;