diff --git a/polkit-agent/main.qml b/polkit-agent/main.qml index cb20b34..2fbfd41 100644 --- a/polkit-agent/main.qml +++ b/polkit-agent/main.qml @@ -41,7 +41,7 @@ Item { DragHandler { target: null - acceptedDevices: PointerDevice.GenericPointer + acceptedDevices: PointerDevice.Mouse | PointerDevice.TouchPad grabPermissions: TapHandler.CanTakeOverFromAnything onActiveChanged: if (active) { windowHelper.startSystemMove(rootWindow) } }