mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge branch 'mac-release' of https://github.com/Ranchero-Software/NetNewsWire into mac-release
This commit is contained in:
@@ -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")!)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Submodule submodules/RSWeb updated: 0cee6eafda...6f5ff319b0
Reference in New Issue
Block a user