Fix copy and paste fail for low prio avatar

left-avatar
Nicolas Werner 3 years ago
parent 6459ab8c95
commit 019bcf5f5c
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      src/timeline/CommunitiesModel.cpp

@ -58,7 +58,7 @@ CommunitiesModel::data(const QModelIndex &index, int role) const
} else if (tag == "m.lowpriority") {
switch (role) {
case CommunitiesModel::Roles::AvatarUrl:
return QString(":/icons/icons/ui/star.png");
return QString(":/icons/icons/ui/lowprio.png");
case CommunitiesModel::Roles::DisplayName:
return tr("Low Priority");
case CommunitiesModel::Roles::Tooltip:

Loading…
Cancel
Save