Added install instructions, and version check

This commit is contained in:
2026-02-20 09:55:30 +01:00
parent 979747c1ea
commit 4acf538d8f
4 changed files with 162 additions and 4 deletions

View File

@@ -41,6 +41,9 @@ struct oAIApp: App {
Task {
await GitSyncService.shared.syncOnStartup()
}
// Check for updates in the background
UpdateCheckService.shared.checkForUpdates()
}
var body: some Scene {