chore(health): kick off health refresh at app launch

This commit is contained in:
Peter Steinberger
2025-12-07 05:43:57 +01:00
parent 753995a91d
commit b20507ef0a

View File

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