diff --git a/resources/qml/ReadReceipts.qml b/resources/qml/ReadReceipts.qml
index 21b9b15e9dc3f50b4e3edc019ffee579f489fb8c..b3bca9dbcc9091f7ba78bfb6bf9eb2296e4bfa14 100644
--- a/resources/qml/ReadReceipts.qml
+++ b/resources/qml/ReadReceipts.qml
@@ -115,4 +115,10 @@ ApplicationWindow {
 
     }
 
+    footer: DialogButtonBox {
+        standardButtons: DialogButtonBox.Ok
+        onAccepted: readReceiptsRoot.close()
+
+    }
+
 }