Focus the input bar automatically

This commit is contained in:
Loren Burkholder 2021-06-11 20:47:43 -04:00
parent a176de5f11
commit 3c999ade95

View file

@ -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 {