update 2.1.0
This commit is contained in:
@@ -73,7 +73,7 @@ ModerationAction::ModerationAction(const QString &action)
|
||||
{
|
||||
this->image_ = Image::fromPixmap(getApp()->resources->buttons.ban);
|
||||
}
|
||||
else if (action.startsWith("/delete"))
|
||||
else if (action.startsWith("/delete "))
|
||||
{
|
||||
this->image_ = Image::fromPixmap(getApp()->resources->buttons.trashCan);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user