Merge branch 'master' into feed-provider

This commit is contained in:
Maurice Parker
2020-04-09 19:30:49 -05:00
3 changed files with 76 additions and 11 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