mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 12:06:58 +01:00
Make CloudKit and NewsBlur addable accounts
This commit is contained in:
parent
844ef03a65
commit
4820413f74
@ -19,7 +19,7 @@ class AccountsAddViewController: NSViewController {
|
||||
#if DEBUG
|
||||
private var addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly, .feedWrangler, .freshRSS, .cloudKit, .newsBlur]
|
||||
#else
|
||||
private var addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly]
|
||||
private var addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly, .cloudKit, .newsBlur]
|
||||
#endif
|
||||
|
||||
init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user