1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

search field focus only

This commit is contained in:
bbedward
2025-09-30 12:36:58 -04:00
parent 657a8b6094
commit 82d1672741

View File

@@ -85,7 +85,6 @@ Popup {
onOpened: {
isOpening = false
Qt.callLater(() => {
contentItem.forceActiveFocus()
searchField.forceActiveFocus()
})
}