diff --git a/Modules/NotificationCenter.qml b/Modules/NotificationCenter.qml index 6bbbb7a..3e3f405 100644 --- a/Modules/NotificationCenter.qml +++ b/Modules/NotificationCenter.qml @@ -119,16 +119,6 @@ PanelWindow { } } - // MouseArea { - // anchors.fill: parent - // acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MiddleButton - // onClicked: { - // if ( root.centerShown ) { - // root.centerShown = false; - // } - // } - // } - Rectangle { id: backgroundRect y: 10