chore(health): kick off health refresh at app launch
This commit is contained in:
@@ -453,6 +453,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSXPCListenerDelegate
|
||||
RelayProcessManager.shared.setActive(!state.isPaused)
|
||||
}
|
||||
Task { try? await AgentRPC.shared.start() }
|
||||
Task { await HealthStore.shared.refresh(onDemand: true) }
|
||||
self.startListener()
|
||||
self.scheduleFirstRunOnboardingIfNeeded()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user