From b7f103cc9997d9b3db54cfdfd3a9c505ba9994e7 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Wed, 6 Aug 2025 20:45:07 -0400 Subject: [PATCH] Applauncher: fix clicking in the panel bg would close the panel. --- Bar/Modules/Applauncher.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Bar/Modules/Applauncher.qml b/Bar/Modules/Applauncher.qml index 8bbcc88e..086fef72 100644 --- a/Bar/Modules/Applauncher.qml +++ b/Bar/Modules/Applauncher.qml @@ -210,6 +210,11 @@ PanelWithOverlay { root.selectedIndex = 0; } + // Prevent closing when clicking in the panel bg + MouseArea { + anchors.fill: parent + } + Rectangle { id: root width: 460