1
0
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:
Henry Heino
2025-07-31 09:12:31 -07:00
committed by GitHub
parent cbdc98553a
commit 00e4657a39
5 changed files with 186 additions and 44 deletions

View File

@@ -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) {