summary refs log tree commit diff
path: root/resources/qml/device-verification/DeviceVerification.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-10-06 17:02:41 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-10-06 17:02:41 +0200
commit64d5a193f1059cac8225df7b7c3c9eaedfcfa41a (patch)
treecc0755985e954881251150722345664da25613c1 /resources/qml/device-verification/DeviceVerification.qml
parentShow different verification errors (diff)
downloadnheko-64d5a193f1059cac8225df7b7c3c9eaedfcfa41a.tar.xz
Fix in room verification
Diffstat (limited to 'resources/qml/device-verification/DeviceVerification.qml')
-rw-r--r--resources/qml/device-verification/DeviceVerification.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/device-verification/DeviceVerification.qml b/resources/qml/device-verification/DeviceVerification.qml

index 64f10b35..d6185a01 100644 --- a/resources/qml/device-verification/DeviceVerification.qml +++ b/resources/qml/device-verification/DeviceVerification.qml
@@ -7,6 +7,8 @@ import im.nheko 1.0 ApplicationWindow { property var flow + onClosing: TimelineManager.removeVerificationFlow(flow) + title: stack.currentItem.title id: dialog