1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

All: Resolves #10407: Added feature flag to disable sync lock support (#10925)

This commit is contained in:
Laurent Cozic
2024-08-23 12:16:19 +01:00
committed by GitHub
parent c691fedc12
commit b617a84696
3 changed files with 41 additions and 0 deletions

View File

@ -1565,6 +1565,17 @@ const builtInMetadata = (Setting: typeof SettingType) => {
isGlobal: true,
},
'featureFlag.syncLockEnabled': {
value: true,
type: SettingItemType.Bool,
public: true,
storage: SettingStorage.File,
label: () => 'Enable sync locks',
description: () => 'This is an experimental setting to disable sync locks',
section: 'sync',
isGlobal: true,
},
// 'featureFlag.syncAccurateTimestamps': {
// value: false,