summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/ReadReceipts.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/qml/ReadReceipts.qml b/resources/qml/ReadReceipts.qml
index 0756a2e7..da2a5f66 100644
--- a/resources/qml/ReadReceipts.qml
+++ b/resources/qml/ReadReceipts.qml
@@ -21,6 +21,11 @@ ApplicationWindow {
     palette: Nheko.colors
     color: Nheko.colors.window
 
+    Shortcut {
+        sequence: StandardKey.Cancel
+        onActivated: readReceiptsRoot.close()
+    }
+
     ColumnLayout {
         anchors.fill: parent
         anchors.margins: Nheko.paddingMedium