Skip to content
Snippets Groups Projects
Verified Commit 019bcf5f authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix copy and paste fail for low prio avatar

parent 6459ab8c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment