Merge pull request #1050 from Nheko-Reborn/uiTweaks

Focus room search
pull/1051/head
DeepBlueV7.X 3 years ago committed by GitHub
commit ffb8dfc034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      resources/qml/dialogs/RoomDirectory.qml

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

Loading…
Cancel
Save