summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-14 23:40:06 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-14 23:40:06 +0200
commit84434433f20dafdd7ea8b8c5bed242d3be8816de (patch)
treedf312377546fec06b43b42a41348219c8c05b3f1 /resources
parentFix copy and paste fail for low prio avatar (diff)
downloadnheko-84434433f20dafdd7ea8b8c5bed242d3be8816de.tar.xz
Fix wrong tags in context menu
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/RoomList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml

index 76680b37..5845eb81 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml
@@ -70,7 +70,7 @@ Page { } Instantiator { - model: Communities.tags + model: Communities.tagsWithDefault onObjectAdded: roomContextMenu.insertItem(index + 2, object) onObjectRemoved: roomContextMenu.removeItem(object)