Hi,
When I put Toggle button and divider() in
CommandGroup(replacing: .textFormatting) {
Toggle("Toggle Toolbar", isOn: $toolbar).keyboardShortcut("T")
Divider()
}
On macOS 12/13, the Toggle Button is simply display as a button (with no checkbox or other indicators), and Divider is not shown.
Is this a bug or I need to add in some modifiers?