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