You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Desktop, Cli, Mobile: Remove the need for sync locks (#11377)
This commit is contained in:
@@ -1610,17 +1610,6 @@ 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.linuxKeychain': {
|
||||
value: false,
|
||||
type: SettingItemType.Bool,
|
||||
|
||||
Reference in New Issue
Block a user