1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Cli: Fixes #3847: Crash when trying to change app locale

This commit is contained in:
Laurent Cozic 2020-10-10 14:17:40 +01:00
parent fa7bd2cfab
commit 15f22c0507

View File

@ -124,7 +124,6 @@ class Command extends BaseCommand {
if (args.name == 'locale') {
setLocale(Setting.value('locale'));
app().onLocaleChanged();
}
await Setting.saveAll();