diff --git a/app/main.js b/app/main.js index b3e927f..3c44ea5 100644 --- a/app/main.js +++ b/app/main.js @@ -128,7 +128,7 @@ function createWindow() { webPreferences: { nodeIntegration: true }, icon: iconPath, titleBarStyle: "hiddenInset", - // backgroundColor: "#00000000", + // backgroundColor: "#FFFFFF", transparent: true, vibrancy: "light", frame: false @@ -140,7 +140,7 @@ function createWindow() { // const electronVibrancy = require('windows10-fluently-vibrancy'); const ewc = require("ewc"); - mainWindow.webContents.openDevTools({ mode: "detach" }); + // mainWindow.webContents.openDevTools({ mode: "detach" }); // electronVibrancy.enableVibrancy(mainWindow, 2); ewc.setAcrylic(mainWindow, 0x14800020); mainWindow.on("close", e => { diff --git a/package.json b/package.json index bafb3ba..fe4f04a 100644 --- a/package.json +++ b/package.json @@ -79,6 +79,7 @@ "electron-builder": "^20.38.3" }, "dependencies": { - "electron-debug": "^1.5.0" + "electron-debug": "^1.5.0", + "ewc": "^0.0.1" } } \ No newline at end of file