--- packages/lib/models/settings/builtInMetadata.ts.orig 2026-01-10 10:01:41 UTC +++ packages/lib/models/settings/builtInMetadata.ts @@ -1863,7 +1863,7 @@ const builtInMetadata = (Setting: typeof SettingType) appTypes: [AppType.Desktop], label: () => 'Enable keychain support', description: () => 'This is an experimental setting to enable keychain support on Linux', - show: () => shim.isLinux(), + show: () => (shim.isLinux() || shim.isFreeBSD()), section: 'general', isGlobal: true, advanced: true,