added restrictions.

This commit is contained in:
Stuart Breckenridge 2020-10-29 15:29:55 +08:00
parent d6b7054f11
commit 2bd2a20a0b
No known key found for this signature in database
GPG Key ID: 802A426F493CA19C
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ struct AddAccountsView: View {
}
private func isRestricted(_ accountType: AccountType) -> Bool {
return false
if AppDefaults.shared.isDeveloperBuild && (accountType == .feedly || accountType == .feedWrangler || accountType == .inoreader) {
return true
}