plugins: Hide "Drag Down to Close" when using a pointing device

BUG: 479802
This commit is contained in:
Vlad Zahorodnii 2024-01-15 15:35:03 +02:00
parent 0ddcc85f68
commit 2d71d7cada

View file

@ -154,7 +154,7 @@ Item {
verticalAlignment: Text.AlignVCenter
text: i18nd("kwin", "Drag Down To Close")
opacity: thumbSource.opacity
visible: !thumb.activeHidden && activeDragHandler.active
visible: !thumb.activeHidden && touchDragHandler.active
}
Kirigami.Icon {