mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
no variable needed for app.getLocale()
This commit is contained in:
parent
0e993285ab
commit
cd80d68a80
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user