summary refs log tree commit diff
path: root/resources/qml/device-verification/DeviceVerification.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/device-verification/DeviceVerification.qml')
-rw-r--r--resources/qml/device-verification/DeviceVerification.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/device-verification/DeviceVerification.qml b/resources/qml/device-verification/DeviceVerification.qml

index 01e3bad4..5bc8b9c8 100644 --- a/resources/qml/device-verification/DeviceVerification.qml +++ b/resources/qml/device-verification/DeviceVerification.qml
@@ -12,7 +12,7 @@ ApplicationWindow { property var flow - onClosing: TimelineManager.removeVerificationFlow(flow) + onClosing: VerificationManager.removeVerificationFlow(flow) title: stack.currentItem.title modality: Qt.NonModal palette: Nheko.colors