Make CloudKit and NewsBlur addable accounts

This commit is contained in:
Maurice Parker 2020-08-02 14:11:35 -05:00
parent 844ef03a65
commit 4820413f74
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class AccountsAddViewController: NSViewController {
#if DEBUG #if DEBUG
private var addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly, .feedWrangler, .freshRSS, .cloudKit, .newsBlur] private var addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly, .feedWrangler, .freshRSS, .cloudKit, .newsBlur]
#else #else
private var addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly] private var addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly, .cloudKit, .newsBlur]
#endif #endif
init() { init() {