setup credentials update button for mac

This commit is contained in:
Jonathan Bennett 2019-11-20 10:21:24 -05:00
parent f4bee1d0b9
commit e4cce9f7f2
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@ final class AccountsDetailViewController: NSViewController, NSTextFieldDelegate
case .feedly:
assertionFailure("Implement feedly logout window controller")
break
case .feedWrangler:
let accountsFeedWranglerWindowController = AccountsFeedWranglerWindowController()
accountsFeedWranglerWindowController.account = account
accountsFeedWranglerWindowController.runSheetOnWindow(self.view.window!)
accountsWindowController = accountsFeedWranglerWindowController
default:
break
}