1
0
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:
Henry Heino
2025-10-18 01:48:13 -07:00
committed by GitHub
parent ab9d36fc08
commit c26fe0960b
3 changed files with 24 additions and 1 deletions

View File

@@ -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,