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:
@@ -31,4 +31,6 @@ Kirigami.ScrollablePage {
|
||||
connection: root.connection
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: Qt.callLater(() => header.forceActiveFocus())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user