Hide the credentials account button on the Mac for iCloud.

This commit is contained in:
Maurice Parker 2020-04-09 19:29:37 -05:00
parent ae091afb18
commit 5106cde976
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ final class AccountsDetailViewController: NSViewController, NSTextFieldDelegate
return true
}
switch account.type {
case .onMyMac,
.feedly:
case .onMyMac, .cloudKit, .feedly:
return true
default:
return false