From 5222f3b221403b22afc268261bbf22f37ff491ff Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sat, 22 Apr 2023 10:11:43 +0200 Subject: [PATCH] Disable tooltip in BasicListItem See https://invent.kde.org/frameworks/kirigami/-/merge_requests/1035 --- src/qml/Page/RoomList/RoomDelegate.qml | 1 + 1 file changed, 1 insertion(+) 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