summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-06-11 20:47:43 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 21:47:22 -0400
commit3c999ade95785987d2213036067110bc1bb4fcb1 (patch)
tree12f2fd58f347ac78685f97971d2cf2024a152def
parentMake sure to use the default room id if none is specified (diff)
downloadnheko-3c999ade95785987d2213036067110bc1bb4fcb1.tar.xz
Focus the input bar automatically
-rw-r--r--resources/qml/InviteDialog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/InviteDialog.qml b/resources/qml/InviteDialog.qml

index 278f772f..002a35c2 100644 --- a/resources/qml/InviteDialog.qml +++ b/resources/qml/InviteDialog.qml
@@ -50,6 +50,7 @@ ApplicationWindow { backgroundColor: colors.window Layout.fillWidth: true onAccepted: if (text !== "") addInvite() + Component.onCompleted: forceActiveFocus() } Button {