Compare commits

...

1 Commits

Author SHA1 Message Date
Carl Schwan
5222f3b221 Disable tooltip in BasicListItem
See https://invent.kde.org/frameworks/kirigami/-/merge_requests/1035
2023-04-22 10:11:43 +02:00

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