mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
launcher: attempt at fixing potential crash when launching app
This commit is contained in:
@@ -185,7 +185,10 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
|
||||
onSearchTextChanged: updateResults()
|
||||
onSearchTextChanged: {
|
||||
if (isOpen)
|
||||
updateResults();
|
||||
}
|
||||
|
||||
function close() {
|
||||
requestClose();
|
||||
|
||||
Reference in New Issue
Block a user