Merge pull request #1050 from Nheko-Reborn/uiTweaks

Focus room search
This commit is contained in:
DeepBlueV7.X 2022-04-18 18:47:07 +00:00 committed by GitHub
commit ffb8dfc034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {