diff --git a/src/plugins/windowview/qml/main.qml b/src/plugins/windowview/qml/main.qml index b7bc1e2910..491176496a 100644 --- a/src/plugins/windowview/qml/main.qml +++ b/src/plugins/windowview/qml/main.qml @@ -224,7 +224,7 @@ Item { onDownGestureTriggered: window.closeWindow() TapHandler { - acceptedPointerTypes: PointerDevice.GenericPointer | PointerDevice.Pen + acceptedPointerTypes: PointerDevice.Generic | PointerDevice.Pen acceptedButtons: Qt.MiddleButton onTapped: window.closeWindow(); }