Implement Credential Update for FreshRSS
This commit is contained in:
parent
0a2f96a4e9
commit
3fb222f5c4
@ -60,6 +60,12 @@ final class AccountsDetailViewController: NSViewController, NSTextFieldDelegate
|
|||||||
accountsFeedbinWindowController.account = account
|
accountsFeedbinWindowController.account = account
|
||||||
accountsFeedbinWindowController.runSheetOnWindow(self.view.window!)
|
accountsFeedbinWindowController.runSheetOnWindow(self.view.window!)
|
||||||
accountsWindowController = accountsFeedbinWindowController
|
accountsWindowController = accountsFeedbinWindowController
|
||||||
|
case .freshRSS:
|
||||||
|
let accountsFreshRSSWindowController = AccountsReaderAPIWindowController()
|
||||||
|
accountsFreshRSSWindowController.accountType = account.type
|
||||||
|
accountsFreshRSSWindowController.account = account
|
||||||
|
accountsFreshRSSWindowController.runSheetOnWindow(self.view.window!)
|
||||||
|
accountsWindowController = accountsFreshRSSWindowController
|
||||||
default:
|
default:
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user