diff --git a/Secretive/App.swift b/Secretive/App.swift index ab0bd93..f3e36f6 100644 --- a/Secretive/App.swift +++ b/Secretive/App.swift @@ -41,6 +41,7 @@ struct Secretive: App { // We've run setup, we didn't just update, launchd is just not doing it's thing. // Force a launch directly. LaunchAgentController().forceLaunch() + agentStatusChecker.check() } } }