mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Don't count OnMyMac accounts as potential duplicates.
This commit is contained in:
@@ -166,6 +166,9 @@ public final class AccountManager: UnreadCountProvider {
|
||||
}
|
||||
|
||||
public func duplicateServiceAccount(type: AccountType, username: String?) -> Bool {
|
||||
guard type != .onMyMac else {
|
||||
return false
|
||||
}
|
||||
for account in accounts {
|
||||
if account.type == type && username == account.username {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user