You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Desktop: Resolves #12714: Make more settings per-profile (application layout, note list style, and note list order) (#12825)
This commit is contained in:
@@ -286,10 +286,10 @@ const buildStartupTasks = (
|
||||
logger.info('First start on web: Set resource download mode to auto and disabled location tracking.');
|
||||
}
|
||||
|
||||
Setting.skipDefaultMigrations();
|
||||
Setting.skipMigrations();
|
||||
Setting.setValue('firstStart', false);
|
||||
} else {
|
||||
Setting.applyDefaultMigrations();
|
||||
await Setting.applyMigrations();
|
||||
}
|
||||
|
||||
if (Setting.value('env') === Env.Dev) {
|
||||
|
||||
Reference in New Issue
Block a user