Unbreak the Mac build by fixing a reference to addOperation.
This commit is contained in:
parent
80b4dfd5a8
commit
5193df5035
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue