Add invite to room keybind

This commit is contained in:
miruka
2020-03-28 12:40:11 -04:00
parent 790229e188
commit 2a648d7f59
3 changed files with 6 additions and 3 deletions

View File

@@ -93,6 +93,11 @@ HColumnLayout {
)
Layout.fillHeight: true
HShortcut {
sequences: window.settings.keys.inviteToRoom
onActivated: inviteButton.clicked()
}
}
}
}