You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Desktop: Add support for multiple instances (#11963)
This commit is contained in:
@@ -62,6 +62,16 @@ const builtInMetadata = (Setting: typeof SettingType) => {
|
||||
type: SettingItemType.String,
|
||||
public: false,
|
||||
},
|
||||
|
||||
'altInstanceId': {
|
||||
value: '',
|
||||
type: SettingItemType.String,
|
||||
public: false,
|
||||
appTypes: [AppType.Desktop],
|
||||
storage: SettingStorage.File,
|
||||
isGlobal: true,
|
||||
},
|
||||
|
||||
'editor.codeView': {
|
||||
value: true,
|
||||
type: SettingItemType.Bool,
|
||||
|
||||
Reference in New Issue
Block a user