mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-15 13:57:24 +01:00
.
This commit is contained in:
@@ -16,7 +16,11 @@ class AgentStatusChecker: ObservableObject, AgentStatusCheckerProtocol {
|
||||
}
|
||||
|
||||
func check() {
|
||||
running = instanceSecretAgentProcess != nil
|
||||
Task {
|
||||
await MainActor.run {
|
||||
running = instanceSecretAgentProcess != nil
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// All processes, including ones from older versions, etc
|
||||
|
||||
Reference in New Issue
Block a user