added restrictions.
This commit is contained in:
parent
d6b7054f11
commit
2bd2a20a0b
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue