Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Summary This fixes an issue that caused macOS app rejection to AppStore. > we found that when the user closes the main application window there is no menu item to re-open it When using `Window`, the "New window" menu item is not available. Switching to `WindowGroup` solves the problem. ## What was done - [x] Use `WindowGroup` instead of `Window` in macOS app - [x] Remove unused `AppWindowID.main`
- Loading branch information