This commit is contained in:
Max Goedjen 2020-09-13 23:44:34 -06:00
parent 13ca0eb449
commit fa6813e963
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8

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()
}