You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Linux: Move keychain support behind an off-by-default feature flag (#11227)
This commit is contained in:
@@ -1576,6 +1576,20 @@ const builtInMetadata = (Setting: typeof SettingType) => {
|
||||
isGlobal: true,
|
||||
},
|
||||
|
||||
'featureFlag.linuxKeychain': {
|
||||
value: false,
|
||||
type: SettingItemType.Bool,
|
||||
public: true,
|
||||
storage: SettingStorage.File,
|
||||
appTypes: [AppType.Desktop],
|
||||
label: () => 'Enable keychain support',
|
||||
description: () => 'This is an experimental setting to enable keychain support on Linux',
|
||||
show: () => shim.isLinux(),
|
||||
section: 'general',
|
||||
isGlobal: true,
|
||||
advanced: true,
|
||||
},
|
||||
|
||||
|
||||
// 'featureFlag.syncAccurateTimestamps': {
|
||||
// value: false,
|
||||
|
||||
Reference in New Issue
Block a user