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:
parent
fa7bd2cfab
commit
15f22c0507
@ -124,7 +124,6 @@ class Command extends BaseCommand {
|
||||
|
||||
if (args.name == 'locale') {
|
||||
setLocale(Setting.value('locale'));
|
||||
app().onLocaleChanged();
|
||||
}
|
||||
|
||||
await Setting.saveAll();
|
||||
|
Loading…
Reference in New Issue
Block a user