From a5c54d690751dfc96db9d5d9cb790f43b42aebb5 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Wed, 8 Dec 2021 23:27:14 -0800 Subject: [PATCH] Tweak --- Sources/Secretive/Controllers/AgentStatusChecker.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/Secretive/Controllers/AgentStatusChecker.swift b/Sources/Secretive/Controllers/AgentStatusChecker.swift index a166465..c8c0465 100644 --- a/Sources/Secretive/Controllers/AgentStatusChecker.swift +++ b/Sources/Secretive/Controllers/AgentStatusChecker.swift @@ -21,8 +21,7 @@ class AgentStatusChecker: ObservableObject, AgentStatusCheckerProtocol { // All processes, including ones from older versions, etc var secretAgentProcesses: [NSRunningApplication] { - [] -// NSRunningApplication.runningApplications(withBundleIdentifier: Bundle.main.agentBundleID) + NSRunningApplication.runningApplications(withBundleIdentifier: Bundle.main.agentBundleID) } // The process corresponding to this instance of Secretive