This commit is contained in:
Max Goedjen 2021-12-08 23:27:14 -08:00
parent c06b110a99
commit a5c54d6907
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 1 additions and 2 deletions

View File

@ -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