diff --git a/Outpost/Root/AppNavigation.swift b/Outpost/Root/AppNavigation.swift index ea7f0b2..575bf5a 100644 --- a/Outpost/Root/AppNavigation.swift +++ b/Outpost/Root/AppNavigation.swift @@ -122,7 +122,7 @@ enum SettingsSection: String, CaseIterable, Identifiable, Hashable { /// placeholder until its content is specified and built. var isImplemented: Bool { switch self { - case .appearance, .offlineSync, .advanced, .about, .profile, .preferences, .notifications: + case .appearance, .offlineSync, .advanced, .about, .profile, .preferences, .notifications, .passkeys, .apiAccess, .installation: return true default: return false