From 296264d2c83fcc781afb508f16083271f5ab6221 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Sun, 9 Nov 2025 01:20:23 +0100 Subject: [PATCH] oops2 --- Modules/NotificationCenter.qml | 10 ---------- 1 file changed, 10 deletions(-) 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