mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
commit
ffb8dfc034
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