Force the choose room dialog's search dialog to be focused

This makes it possible to open the share dialog and start typing to find
the room immediately.
This commit is contained in:
Joshua Goins
2024-04-06 15:40:03 -04:00
parent 879da627b1
commit bf1c76d0a6

View File

@@ -31,4 +31,6 @@ Kirigami.ScrollablePage {
connection: root.connection
}
}
Component.onCompleted: Qt.callLater(() => header.forceActiveFocus())
}