1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-11 07:52:50 -05:00

Focus text inputs by default

This commit is contained in:
bbedward
2025-07-22 21:16:00 -04:00
parent f1833a81a0
commit 2f50821db4
2 changed files with 25 additions and 9 deletions

View File

@@ -149,6 +149,9 @@ PanelWindow {
searchField.enabled = true;
searchDebounceTimer.stop(); // Stop any pending search
updateFilteredModel();
Qt.callLater(function() {
searchField.forceActiveFocus();
});
}
function hide() {