Added trashcan, replaced messageID var with this-message().id, removed pubsub stuff that didn't belong
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user