diff --git a/Secretive/App.swift b/Secretive/App.swift index 68405f0..5d64f4f 100644 --- a/Secretive/App.swift +++ b/Secretive/App.swift @@ -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() }