feat: show text if emote failed to load (#6355)
This commit is contained in:
@@ -397,7 +397,12 @@ protected:
|
||||
QSizeF size);
|
||||
|
||||
private:
|
||||
void ensureText(bool asFallback);
|
||||
|
||||
std::unique_ptr<TextElement> textElement_;
|
||||
MessageColor textColor_;
|
||||
bool usingFallbackColor_ = false;
|
||||
|
||||
EmotePtr emote_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user