summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/InviteDialog.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/qml/InviteDialog.qml b/resources/qml/InviteDialog.qml
index d8e176e6..3470a7f1 100644
--- a/resources/qml/InviteDialog.qml
+++ b/resources/qml/InviteDialog.qml
@@ -34,6 +34,11 @@ ApplicationWindow {
         onActivated: inviteDialogRoot.accept()
     }
 
+    Shortcut {
+        sequence: StandardKey.Cancel
+        onActivated: inviteDialogRoot.close()
+    }
+
     ColumnLayout {
         anchors.fill: parent
         anchors.margins: 10