This commit is contained in:
Max Goedjen
2020-09-13 23:44:34 -06:00
parent 13ca0eb449
commit fa6813e963

View File

@@ -37,6 +37,7 @@ struct AppDelegate: App {
showingSetup = true
}
if agentStatusChecker.running && justUpdatedChecker.justUpdated {
// Relaunch the agent, since it'll be running from earlier update still
_ = LaunchAgentController().install()
}