mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-26 17:05:19 +01:00
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
Block a user