How do i add commands under the default "View" menu item in macOS?
eg. like in Finder
You can add commands after the sidebar or tab commands like this:
.commands { CommandGroup(after: .sidebar) { Button("Test") {} } }