From 1e2f4e9ebb45e83f01bcb7eb5e20f73fb869659e 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 {