mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rename Account.type to Account.accountType.
This commit is contained in:
@@ -30,7 +30,7 @@ final class AddFeedFolderViewController: UITableViewController {
|
||||
if addFeedType == .web {
|
||||
sortedActiveAccounts = AccountManager.shared.sortedActiveAccounts
|
||||
} else {
|
||||
sortedActiveAccounts = AccountManager.shared.sortedActiveAccounts.filter { $0.type == .onMyMac || $0.type == .cloudKit }
|
||||
sortedActiveAccounts = AccountManager.shared.sortedActiveAccounts.filter { $0.accountType == .onMyMac || $0.accountType == .cloudKit }
|
||||
}
|
||||
|
||||
for account in sortedActiveAccounts {
|
||||
|
||||
Reference in New Issue
Block a user