force en-us locale (#618)

This commit is contained in:
Eugene Pankov
2019-01-27 23:39:05 +01:00
parent 04bf5dbcfb
commit e28c619bdc
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ if (!process.env.TERMINUS_PLUGINS) {
const application = new Application()
ipcMain.on('app:new-window', () => {
console.log('new-window')
application.newWindow()
})