transparency support on Linux

This commit is contained in:
Eugene Pankov
2018-10-06 20:50:06 +02:00
parent 3d7a4a1e0e
commit 441164363f
5 changed files with 28 additions and 15 deletions

View File

@@ -11,8 +11,6 @@ if (!process.env.TERMINUS_PLUGINS) {
const application = new Application()
app.commandLine.appendSwitch('disable-http-cache')
ipcMain.on('app:new-window', () => {
console.log('new-window')
application.newWindow()