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

View file

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