Add SidebarCommands to main menu

This commit is contained in:
Maurice Parker 2020-08-04 21:11:06 -05:00
parent 269677121e
commit 7365b25fec
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ struct MainApp: App {
}
.windowToolbarStyle(UnifiedWindowToolbarStyle())
.commands {
SidebarCommands()
CommandGroup(after: .newItem, addition: {
Button("New Feed", action: {})
.keyboardShortcut("N")