summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-14 23:23:46 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-14 23:23:46 +0200
commit019bcf5f5c719a4a024b150faf4e3dae971d08bf (patch)
tree24e1f16c87bef1f31ad2c6b0f74d1a532ff76fec /src
parentChange collapse position (diff)
downloadnheko-019bcf5f5c719a4a024b150faf4e3dae971d08bf.tar.xz
Fix copy and paste fail for low prio avatar
Diffstat (limited to 'src')
-rw-r--r--src/timeline/CommunitiesModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/CommunitiesModel.cpp b/src/timeline/CommunitiesModel.cpp

index 96a450ea..6c236784 100644 --- a/src/timeline/CommunitiesModel.cpp +++ b/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: