This commit is contained in:
Max Goedjen
2020-11-12 22:54:21 -08:00
parent a3ed59a78c
commit 049194f5d2
4 changed files with 43 additions and 18 deletions

View File

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