Show all global FFZ badges of a user (#3818)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Jaxkey
2022-06-27 14:36:58 -04:00
committed by GitHub
parent 2bf58fba17
commit f49e8b4bc8
6 changed files with 69 additions and 45 deletions
+2 -2
View File
@@ -263,10 +263,10 @@ MessageLayoutElement *VipBadgeElement::makeImageLayoutElement(
// FFZ Badge
FfzBadgeElement::FfzBadgeElement(const EmotePtr &data,
MessageElementFlags flags_, QColor &color)
MessageElementFlags flags_, QColor color_)
: BadgeElement(data, flags_)
, color(std::move(color_))
{
this->color = color;
}
MessageLayoutElement *FfzBadgeElement::makeImageLayoutElement(