mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-07-07 05:15:15 +02:00
feat: update memos and trash view
This commit is contained in:
@@ -21,6 +21,14 @@ struct MemolaApp: App {
|
||||
try context.saveIfNeeded()
|
||||
}
|
||||
}
|
||||
#if os(macOS)
|
||||
.frame(minWidth: 1000, minHeight: 600)
|
||||
#endif
|
||||
}
|
||||
#if os(macOS)
|
||||
.defaultPosition(.center)
|
||||
.windowResizability(.contentSize)
|
||||
.defaultSize(width: 1200, height: 800)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user