Now saves the enable highlight on new message tab setting.

This commit is contained in:
Cranken
2018-09-30 15:02:30 +02:00
parent 0e794f5a6d
commit 22d009962d
3 changed files with 27 additions and 9 deletions
+3
View File
@@ -40,6 +40,8 @@ public:
void setSelected(bool value);
void setHighlightState(HighlightState style);
void setHighlightsEnabled(const bool &newVal);
bool hasHighlightsEnabled() const;
void moveAnimated(QPoint pos, bool animated = true);
@@ -83,6 +85,7 @@ private:
HighlightState highlightState_ = HighlightState::None;
bool highlightEnabled_ = true;
QAction *highlightNewMessagesAction_;
QMenu menu_;