Disable tooltip in BasicListItem
See https://invent.kde.org/frameworks/kirigami/-/merge_requests/1035
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user