From 78a0e318976db8ebd07a0c13f7883094c91914cb Mon Sep 17 00:00:00 2001 From: psmattas Date: Tue, 18 Aug 2026 14:17:55 +0100 Subject: [PATCH] feat(settings): mark Passkeys, API & Access, Installation implemented --- Outpost/Root/AppNavigation.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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