mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-09 00:28:53 +01:00
Fix macOS 11 deprecation
This commit is contained in:
parent
69fc39ff99
commit
8337306858
@ -76,7 +76,7 @@ final class SendToMicroBlogCommand: ExtensionPoint, SendToCommand {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
let _ = try? NSWorkspace.shared.open(url, options: [], configuration: [:])
|
NSWorkspace.shared.open(url)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user