Merge branch 'mac-release' of https://github.com/Ranchero-Software/NetNewsWire into mac-release
This commit is contained in:
commit
cb714d6781
|
@ -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")!)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0cee6eafda53e27ee6a4e1249a27a8b9d79d2aed
|
||||
Subproject commit 6f5ff319b0c0340b449b53833c45c53347aa1c56
|
Loading…
Reference in New Issue