plugins: Hide "Drag Down to Close" when using a pointing device
BUG: 479802
This commit is contained in:
parent
0ddcc85f68
commit
2d71d7cada
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue