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
|
bottomPadding: Kirigami.Units.largeSpacing
|
||||||
|
|
||||||
visible: root.categoryVisible || root.filterText.length > 0 || Config.mergeRoomList
|
visible: root.categoryVisible || root.filterText.length > 0 || Config.mergeRoomList
|
||||||
|
tooltipVisible: false
|
||||||
highlighted: ListView.view.currentIndex === index
|
highlighted: ListView.view.currentIndex === index
|
||||||
focus: true
|
focus: true
|
||||||
icon: undefined
|
icon: undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user