fix: svgify moderation button (#6398)

This commit is contained in:
pajlada
2025-08-18 00:02:35 +02:00
committed by GitHub
parent a7d7668f71
commit 1b9ed11a67
10 changed files with 240 additions and 43 deletions
+1
View File
@@ -18,6 +18,7 @@ SvgButton::SvgButton(Src source, BaseWidget *parent, QSize padding)
void SvgButton::setSource(Src source)
{
// TODO: compare sources before trying to load / invalidate?
this->source_ = std::move(source);
this->loadSource();
this->invalidateContent();