Add Basic Elevated Message support (#4016)
This commit is contained in:
@@ -22,12 +22,14 @@ public:
|
||||
|
||||
ScrollbarHighlight(const std::shared_ptr<QColor> color,
|
||||
Style style = Default, bool isRedeemedHighlight = false,
|
||||
bool isFirstMessageHighlight = false);
|
||||
bool isFirstMessageHighlight = false,
|
||||
bool isElevatedMessageHighlight = false);
|
||||
|
||||
QColor getColor() const;
|
||||
Style getStyle() const;
|
||||
bool isRedeemedHighlight() const;
|
||||
bool isFirstMessageHighlight() const;
|
||||
bool isElevatedMessageHighlight() const;
|
||||
bool isNull() const;
|
||||
|
||||
private:
|
||||
@@ -35,6 +37,7 @@ private:
|
||||
Style style_;
|
||||
bool isRedeemedHighlight_;
|
||||
bool isFirstMessageHighlight_;
|
||||
bool isElevatedMessageHighlight_;
|
||||
};
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user