Now saves the enable highlight on new message tab setting.
This commit is contained in:
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user