Disable tooltip in BasicListItem

See https://invent.kde.org/frameworks/kirigami/-/merge_requests/1035
This commit is contained in:
Carl Schwan
2023-04-22 10:11:43 +02:00
parent a7ee1fac3c
commit 5222f3b221

View File

@@ -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