Skip to content
Snippets Groups Projects
Commit 3c999ade authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Focus the input bar automatically

parent a176de5f
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ ApplicationWindow {
backgroundColor: colors.window
Layout.fillWidth: true
onAccepted: if (text !== "") addInvite()
Component.onCompleted: forceActiveFocus()
}
Button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment