diff --git a/Widgets/NPanel.qml b/Widgets/NPanel.qml index f7a4f91c..ab1e143a 100644 --- a/Widgets/NPanel.qml +++ b/Widgets/NPanel.qml @@ -189,6 +189,7 @@ Loader { MouseArea { anchors.fill: parent enabled: root.backgroundClickEnabled + acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MiddleButton onClicked: root.close() }