Put accounts in the same order as they are on iOS
This commit is contained in:
parent
88399f0fb2
commit
485eba3f26
|
@ -17,9 +17,9 @@ class AccountsAddViewController: NSViewController {
|
||||||
private var accountsAddWindowController: NSWindowController?
|
private var accountsAddWindowController: NSWindowController?
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
private var addableAccountTypes: [AccountType] = [.onMyMac, .cloudKit, .feedbin, .feedly, .inoreader, .newsBlur, .feedWrangler, .bazQux, .theOldReader, .freshRSS]
|
private var addableAccountTypes: [AccountType] = [.onMyMac, .cloudKit, .bazQux, .feedbin, .feedly, .feedWrangler, .inoreader, .newsBlur, .theOldReader, .freshRSS]
|
||||||
#else
|
#else
|
||||||
private var addableAccountTypes: [AccountType] = [.onMyMac, .cloudKit, .feedbin, .feedly, .inoreader, .newsBlur, .feedWrangler, .bazQux, .theOldReader, .freshRSS]
|
private var addableAccountTypes: [AccountType] = [.onMyMac, .cloudKit, .bazQux, .feedbin, .feedly, .feedWrangler, .inoreader, .newsBlur, .theOldReader, .freshRSS]
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
|
|
Loading…
Reference in New Issue