mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-07-14 00:33:02 +02:00
feat: add quad entity instead of storing in array
This commit is contained in:
@@ -12,7 +12,7 @@ struct MemolaApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
MemosView()
|
||||
.environment(\.managedObjectContext, Persistence.shared.viewContext)
|
||||
.environment(\.managedObjectContext, Persistence.context)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user