Focus room search

This commit is contained in:
Loren Burkholder 2022-04-18 14:44:35 -04:00
parent a02da356ba
commit 5dc94447b9
1 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,8 @@ ApplicationWindow {
color: Nheko.colors.text
placeholderText: qsTr("Search for public rooms")
onTextChanged: searchTimer.restart()
Component.onCompleted: forceActiveFocus()
}
MatrixTextField {