Remove the option to merge the room list

This commit is contained in:
James Graham
2024-01-16 19:39:42 +00:00
parent e6980e2370
commit f963e06983
4 changed files with 4 additions and 31 deletions

View File

@@ -30,7 +30,7 @@ QQC2.ItemDelegate {
width: ListView.view.width
height: visible ? ListView.view.width : 0
visible: root.categoryVisible || filterText.length > 0 || Config.mergeRoomList
visible: root.categoryVisible || filterText.length > 0
contentItem: KirigamiComponents.Avatar {
source: root.avatar ? `image://mxc/${root.avatar}` : ""