mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Auto-focus search bar in room directory
This commit is contained in:
parent
923b815713
commit
0c2522684b
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ ApplicationWindow {
|
|||
MatrixTextField {
|
||||
id: roomSearch
|
||||
|
||||
focus: true
|
||||
Layout.fillWidth: true
|
||||
selectByMouse: true
|
||||
font.pixelSize: fontMetrics.font.pixelSize
|
||||
|
|
Loading…
Reference in a new issue