diff --git a/Multiplatform/Shared/MainApp.swift b/Multiplatform/Shared/MainApp.swift index b6d4bbc40..e3b3dc473 100644 --- a/Multiplatform/Shared/MainApp.swift +++ b/Multiplatform/Shared/MainApp.swift @@ -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]) })