mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Focus the input bar automatically
This commit is contained in:
parent
a176de5f11
commit
3c999ade95
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ ApplicationWindow {
|
||||||
backgroundColor: colors.window
|
backgroundColor: colors.window
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
onAccepted: if (text !== "") addInvite()
|
onAccepted: if (text !== "") addInvite()
|
||||||
|
Component.onCompleted: forceActiveFocus()
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
|
|
Loading…
Reference in a new issue