diff --git a/src/qml/Page/RoomList/RoomDelegate.qml b/src/qml/Page/RoomList/RoomDelegate.qml index 5acaae08f..0c12dc6b1 100644 --- a/src/qml/Page/RoomList/RoomDelegate.qml +++ b/src/qml/Page/RoomList/RoomDelegate.qml @@ -34,6 +34,7 @@ Kirigami.BasicListItem { bottomPadding: Kirigami.Units.largeSpacing visible: root.categoryVisible || root.filterText.length > 0 || Config.mergeRoomList + tooltipVisible: false highlighted: ListView.view.currentIndex === index focus: true icon: undefined