mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
GODT-1743: Quit bridge when opening manual install
This commit is contained in:
@ -193,6 +193,7 @@ QtObject {
|
|||||||
onTriggered: {
|
onTriggered: {
|
||||||
Qt.openUrlExternally(root.backend.landingPageLink)
|
Qt.openUrlExternally(root.backend.landingPageLink)
|
||||||
root.updateManualError.active = false
|
root.updateManualError.active = false
|
||||||
|
root.backend.quit()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Action {
|
Action {
|
||||||
|
|||||||
Reference in New Issue
Block a user