1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

launcher: fix premature exit of file search fixes #1749

This commit is contained in:
bbedward
2026-02-19 16:46:50 -05:00
parent 58a02ce290
commit 1ad8b627f1

View File

@@ -470,9 +470,6 @@ FocusScope {
onTextChanged: {
controller.setSearchQuery(text);
if (text.length === 0) {
controller.restorePreviousMode();
}
if (actionPanel.expanded) {
actionPanel.hide();
}