mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 07:22:50 -05:00
spotlight focus fix
This commit is contained in:
@@ -564,6 +564,11 @@ DankModal {
|
|||||||
if (contentLoader.item && contentLoader.item.appLauncher)
|
if (contentLoader.item && contentLoader.item.appLauncher)
|
||||||
contentLoader.item.appLauncher.searchQuery = "";
|
contentLoader.item.appLauncher.searchQuery = "";
|
||||||
|
|
||||||
|
Qt.callLater(function() {
|
||||||
|
if (contentLoader.item && contentLoader.item.searchField) {
|
||||||
|
contentLoader.item.searchField.forceActiveFocus();
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user