mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 18:15:41 +00:00
Launcher: fix signal issue
This commit is contained in:
@@ -192,10 +192,8 @@ NPanel {
|
||||
// Reset when launcher opens
|
||||
Connections {
|
||||
target: root
|
||||
function onOpenedChanged() {
|
||||
if (root.opened) {
|
||||
mouseMovementDetector.initialized = false
|
||||
}
|
||||
function onOpened() {
|
||||
mouseMovementDetector.initialized = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user