Multiplat mac now uses URL extension
This commit is contained in:
parent
78b6b1615c
commit
0151713de3
|
@ -75,7 +75,7 @@ struct MainApp: App {
|
|||
})
|
||||
CommandGroup(after: .help, addition: {
|
||||
Button("Release Notes", action: {
|
||||
NSWorkspace.shared.open(ReleaseNotes().url)
|
||||
NSWorkspace.shared.open(URL.releaseNotes)
|
||||
})
|
||||
.keyboardShortcut("V", modifiers: [.shift, .command])
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue