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: {
|
CommandGroup(after: .help, addition: {
|
||||||
Button("Release Notes", action: {
|
Button("Release Notes", action: {
|
||||||
NSWorkspace.shared.open(ReleaseNotes().url)
|
NSWorkspace.shared.open(URL.releaseNotes)
|
||||||
})
|
})
|
||||||
.keyboardShortcut("V", modifiers: [.shift, .command])
|
.keyboardShortcut("V", modifiers: [.shift, .command])
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user