From 07adab235b0022f32dd5d039252a4f6e9895957d Mon Sep 17 00:00:00 2001 From: Quentin Decaunes Date: Thu, 28 Feb 2019 22:00:54 +0100 Subject: [PATCH] Added little transparency because I can. --- main.js | 2 ++ 1 file changed, 2 insertions(+) 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')