From 2d71d7cada95bad5b317e82d558bfa9b6deb31e6 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Mon, 15 Jan 2024 15:35:03 +0200 Subject: [PATCH] plugins: Hide "Drag Down to Close" when using a pointing device BUG: 479802 --- src/plugins/private/qml/WindowHeapDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/private/qml/WindowHeapDelegate.qml b/src/plugins/private/qml/WindowHeapDelegate.qml index 8be975ec2c..16ff367606 100644 --- a/src/plugins/private/qml/WindowHeapDelegate.qml +++ b/src/plugins/private/qml/WindowHeapDelegate.qml @@ -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 {