From d9e5350804511c1de606b41d4e058b398e8a80e4 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 30 Mar 2020 03:00:52 -0500 Subject: [PATCH] Hide credentials section for iCloud. --- iOS/Inspector/AccountInspectorViewController.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/iOS/Inspector/AccountInspectorViewController.swift b/iOS/Inspector/AccountInspectorViewController.swift index 70022f211..cc7c5be5b 100644 --- a/iOS/Inspector/AccountInspectorViewController.swift +++ b/iOS/Inspector/AccountInspectorViewController.swift @@ -107,8 +107,7 @@ extension AccountInspectorViewController { return true } switch account.type { - case .onMyMac, - .feedly: + case .onMyMac, .cloudKit, .feedly: return true default: return false