Applauncher: fix clicking in the panel bg would close the panel.

This commit is contained in:
quadbyte 2025-08-06 20:45:07 -04:00
parent 8c7f6e491d
commit b7f103cc99

View file

@ -210,6 +210,11 @@ PanelWithOverlay {
root.selectedIndex = 0; root.selectedIndex = 0;
} }
// Prevent closing when clicking in the panel bg
MouseArea {
anchors.fill: parent
}
Rectangle { Rectangle {
id: root id: root
width: 460 width: 460