From fa6813e963769a72d876ab0faad03fd6a941c562 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 13 Sep 2020 23:44:34 -0600 Subject: [PATCH] Note. --- Secretive/App.swift | 1 + 1 file changed, 1 insertion(+) 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() }