Add SidebarCommands to main menu
This commit is contained in:
parent
269677121e
commit
7365b25fec
|
@ -33,6 +33,7 @@ struct MainApp: App {
|
|||
}
|
||||
.windowToolbarStyle(UnifiedWindowToolbarStyle())
|
||||
.commands {
|
||||
SidebarCommands()
|
||||
CommandGroup(after: .newItem, addition: {
|
||||
Button("New Feed", action: {})
|
||||
.keyboardShortcut("N")
|
||||
|
|
Loading…
Reference in New Issue