diff --git a/main.js b/main.js index 910e0ed..d65d0e0 100644 --- a/main.js +++ b/main.js @@ -22,6 +22,8 @@ function createWindow () { } }) + mainWindow.setOpacity(0.95); + // and load the index.html of the app. mainWindow.loadFile('index.html')