Small feature changes and bug fixes
This commit is contained in:
@@ -18,6 +18,11 @@ struct oAIApp: App {
|
||||
init() {
|
||||
// Start email handler on app launch
|
||||
EmailHandlerService.shared.start()
|
||||
|
||||
// Sync Git changes on app launch (pull + import)
|
||||
Task {
|
||||
await GitSyncService.shared.syncOnStartup()
|
||||
}
|
||||
}
|
||||
|
||||
var body: some Scene {
|
||||
|
||||
Reference in New Issue
Block a user