feat: show text if emote failed to load (#6355)

This commit is contained in:
nerix
2025-07-26 12:24:56 +02:00
committed by GitHub
parent 32c927d084
commit cd7b710d94
26 changed files with 47 additions and 1025 deletions
+5
View File
@@ -397,7 +397,12 @@ protected:
QSizeF size);
private:
void ensureText(bool asFallback);
std::unique_ptr<TextElement> textElement_;
MessageColor textColor_;
bool usingFallbackColor_ = false;
EmotePtr emote_;
};