Fix issues around upgrading (#173)

* Re-check after

* Completion

* Relaunch
This commit is contained in:
Max Goedjen
2020-11-12 22:55:52 -08:00
committed by GitHub
parent 08b5c7b13c
commit 76514d410b
4 changed files with 45 additions and 17 deletions

View File

@@ -157,7 +157,7 @@ struct SecretAgentSetupView: View {
}
func install() {
_ = LaunchAgentController().install()
LaunchAgentController().install()
buttonAction()
}