You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Web: Show sync wizard on first start (#13470)
This commit is contained in:
@@ -109,6 +109,15 @@ const builtInMetadata = (Setting: typeof SettingType) => {
|
||||
section: 'sync',
|
||||
},
|
||||
|
||||
'sync.wizard.autoShowOnStartup': {
|
||||
value: mobilePlatform === 'web',
|
||||
type: SettingItemType.Bool,
|
||||
public: false,
|
||||
appTypes: [AppType.Mobile],
|
||||
label: () => 'Show the sync wizard on startup if no sync target is selected',
|
||||
section: 'sync',
|
||||
},
|
||||
|
||||
'sync.target': {
|
||||
value: 0,
|
||||
type: SettingItemType.Int,
|
||||
|
||||
Reference in New Issue
Block a user