mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-11 16:50:16 +00:00
Applauncher: fix clicking in the panel bg would close the panel.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user