feat(settings): mark Passkeys, API & Access, Installation implemented

This commit is contained in:
2026-08-18 14:17:55 +01:00
parent e3ad8650c6
commit 78a0e31897
+1 -1
View File
@@ -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