Fix command palette Open Settings action routing
This commit is contained in:
parent
566eda80b5
commit
cc06fb84e3
4 changed files with 68 additions and 4 deletions
|
|
@ -3923,7 +3923,7 @@ struct ContentView: View {
|
|||
AppDelegate.shared?.jumpToLatestUnread()
|
||||
}
|
||||
registry.register(commandId: "palette.openSettings") {
|
||||
NSApp.sendAction(Selector(("showSettingsWindow:")), to: nil, from: nil)
|
||||
AppDelegate.presentPreferencesWindow()
|
||||
}
|
||||
registry.register(commandId: "palette.checkForUpdates") {
|
||||
AppDelegate.shared?.checkForUpdates(nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue