Merge branch 'mac-release' of https://github.com/Ranchero-Software/NetNewsWire into mac-release

This commit is contained in:
Maurice Parker
2020-09-22 19:27:46 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ private extension WebFeedInspectorViewController {
updateAlert.addButton(withTitle: NSLocalizedString("Close", comment: "Close"))
let modalResponse = updateAlert.runModal()
if modalResponse == .alertFirstButtonReturn {
NSWorkspace.shared.open(URL(fileURLWithPath: "x-apple.systempreferences:com.apple.preference.notifications"))
NSWorkspace.shared.open(URL(string: "x-apple.systempreferences:com.apple.preference.notifications")!)
}
}