From f2092e597a03bd6e97fa96be99bab3cd4d7095b2 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Thu, 12 Nov 2020 19:17:32 -0800 Subject: [PATCH] Re-check after --- Secretive/App.swift | 1 + 1 file changed, 1 insertion(+) 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() } } }