feat: update memos and trash view

This commit is contained in:
dscyrescotti
2024-07-06 15:15:14 +07:00
parent 15e96136f1
commit cdee0d189d
5 changed files with 56 additions and 20 deletions
+8
View File
@@ -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
}
}