Fix macOS 11 deprecation
This commit is contained in:
parent
69fc39ff99
commit
8337306858
|
@ -76,7 +76,7 @@ final class SendToMicroBlogCommand: ExtensionPoint, SendToCommand {
|
|||
return
|
||||
}
|
||||
|
||||
let _ = try? NSWorkspace.shared.open(url, options: [], configuration: [:])
|
||||
NSWorkspace.shared.open(url)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue