mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Unbreak the Mac build by fixing a reference to addOperation.
This commit is contained in:
@@ -112,7 +112,7 @@ extension AccountsAddViewController: NSTableViewDelegate {
|
||||
let addAccount = OAuthAccountAuthorizationOperation(accountType: .feedly)
|
||||
addAccount.delegate = self
|
||||
addAccount.presentationAnchor = self.view.window!
|
||||
MainThreadOperationQueue.shared.addOperation(addAccount)
|
||||
MainThreadOperationQueue.shared.add(addAccount)
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user