mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Fix copy and paste fail for low prio avatar
This commit is contained in:
parent
6459ab8c95
commit
019bcf5f5c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ CommunitiesModel::data(const QModelIndex &index, int role) const
|
||||||
} else if (tag == "m.lowpriority") {
|
} else if (tag == "m.lowpriority") {
|
||||||
switch (role) {
|
switch (role) {
|
||||||
case CommunitiesModel::Roles::AvatarUrl:
|
case CommunitiesModel::Roles::AvatarUrl:
|
||||||
return QString(":/icons/icons/ui/star.png");
|
return QString(":/icons/icons/ui/lowprio.png");
|
||||||
case CommunitiesModel::Roles::DisplayName:
|
case CommunitiesModel::Roles::DisplayName:
|
||||||
return tr("Low Priority");
|
return tr("Low Priority");
|
||||||
case CommunitiesModel::Roles::Tooltip:
|
case CommunitiesModel::Roles::Tooltip:
|
||||||
|
|
Loading…
Reference in a new issue