From 2bd2a20a0b7d6f9b036be867c7fd677637524b45 Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Thu, 29 Oct 2020 15:29:55 +0800 Subject: [PATCH] added restrictions. --- Mac/Preferences/Accounts/AddAccountsView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Mac/Preferences/Accounts/AddAccountsView.swift b/Mac/Preferences/Accounts/AddAccountsView.swift index 8bc9ce248..7e430b807 100644 --- a/Mac/Preferences/Accounts/AddAccountsView.swift +++ b/Mac/Preferences/Accounts/AddAccountsView.swift @@ -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 }