From 2a2241055059691503eac2a852eec24e11ec7c80 Mon Sep 17 00:00:00 2001 From: Jakub Date: Fri, 22 Jul 2022 11:51:49 +0200 Subject: [PATCH] GODT-1743: Quit bridge when opening manual install --- internal/frontend/qml/Notifications/Notifications.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/frontend/qml/Notifications/Notifications.qml b/internal/frontend/qml/Notifications/Notifications.qml index 05d99662..980f9f1f 100644 --- a/internal/frontend/qml/Notifications/Notifications.qml +++ b/internal/frontend/qml/Notifications/Notifications.qml @@ -193,6 +193,7 @@ QtObject { onTriggered: { Qt.openUrlExternally(root.backend.landingPageLink) root.updateManualError.active = false + root.backend.quit() } }, Action {