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 {