79737873

Date: 2025-08-17 13:57:31
Score: 0.5
Natty:
Report link

This works.

WindowGroup("About My App", id: "about") {
    AboutView()
}
.defaultPosition(.center)
.windowResizability(.contentSize)

A WindowGroup will instantiate a brand new window at the default position each time it is opened, whereas a Window will retain its previous position.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: david cako