mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Focus room search
This commit is contained in:
parent
a02da356ba
commit
5dc94447b9
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ ApplicationWindow {
|
||||||
color: Nheko.colors.text
|
color: Nheko.colors.text
|
||||||
placeholderText: qsTr("Search for public rooms")
|
placeholderText: qsTr("Search for public rooms")
|
||||||
onTextChanged: searchTimer.restart()
|
onTextChanged: searchTimer.restart()
|
||||||
|
|
||||||
|
Component.onCompleted: forceActiveFocus()
|
||||||
}
|
}
|
||||||
|
|
||||||
MatrixTextField {
|
MatrixTextField {
|
||||||
|
|
Loading…
Reference in a new issue