mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Multiplat mac now uses URL extension
This commit is contained in:
@@ -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])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user