no variable needed for app.getLocale()

This commit is contained in:
Kyle Spearrin 2018-02-28 11:57:21 -05:00
parent 0e993285ab
commit cd80d68a80
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@ export class Main {
bootstrap() {
this.windowMain.init().then(async () => {
const locale = app.getLocale();
await this.i18nService.init(locale);
await this.i18nService.init(app.getLocale());
this.messagingMain.init();
this.menuMain.init();
this.powerMonitorMain.init();