disable Feed Wrangler account creation

This commit is contained in:
Jonathan Bennett 2019-10-16 09:24:55 -04:00
parent 1d6519cce9
commit f010f2693d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class AccountsAddViewController: NSViewController {
private var accountsAddWindowController: NSWindowController?
private let addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly, .feedWrangler, .freshRSS]
private let addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly, .freshRSS]
init() {
super.init(nibName: "AccountsAdd", bundle: nil)