From b2a270ed0bd58044998662e40dbf3b1396c0be6b Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Sun, 9 Nov 2025 02:35:15 +0100 Subject: [PATCH] weird border --- Modules/NotificationCenter.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/NotificationCenter.qml b/Modules/NotificationCenter.qml index 3e3f405..e6714eb 100644 --- a/Modules/NotificationCenter.qml +++ b/Modules/NotificationCenter.qml @@ -141,6 +141,7 @@ PanelWindow { Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter Layout.fillWidth: true text: "Do Not Disturb" + focus: false } RowLayout { Layout.alignment: Qt.AlignRight | Qt.AlignVCenter