Removes sidebar commandgroup
This commit is contained in:
parent
8dc2b1ec18
commit
2cedffd39c
|
@ -95,10 +95,6 @@ struct MainApp: App {
|
|||
Button("Refresh", action: {})
|
||||
.keyboardShortcut("R")
|
||||
})
|
||||
CommandGroup(before: .sidebar, addition: {
|
||||
Button("Show Sidebar", action: {})
|
||||
.keyboardShortcut("S", modifiers: [.control, .command])
|
||||
})
|
||||
CommandMenu("Subscriptions", content: {
|
||||
Button("Import Subscriptions", action: {})
|
||||
.keyboardShortcut("I", modifiers: [.shift, .command])
|
||||
|
|
Loading…
Reference in New Issue