mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Auto-focus the input
This commit is contained in:
parent
484845c130
commit
6a327e0db3
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ ApplicationWindow {
|
|||
MatrixTextField {
|
||||
id: input
|
||||
|
||||
focus: true
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue