This commit is contained in:
Eugene Pankov
2019-01-27 23:58:55 +01:00
parent f2be34d137
commit dd4566cf02
3 changed files with 7 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ export class Application {
}
app.commandLine.appendSwitch('disable-http-cache')
app.commandLine.appendSwitch('lang', 'en-US')
app.commandLine.appendSwitch('lang', 'EN')
}
async newWindow (options?: WindowOptions): Promise<Window> {