Added trashcan, replaced messageID var with this-message().id, removed pubsub stuff that didn't belong

This commit is contained in:
apa420
2019-04-28 02:25:05 +02:00
parent 4f79d6fc07
commit 3c1d264689
10 changed files with 13 additions and 18 deletions
@@ -75,7 +75,7 @@ ModerationAction::ModerationAction(const QString &action)
}
else if (action.startsWith("/delete"))
{
this->image_ = Image::fromPixmap(getApp()->resources->pajaDank);
this->image_ = Image::fromPixmap(getApp()->resources->buttons.trashCan);
}
else
{