Added little transparency because I can.

This commit is contained in:
Quentin Decaunes 2019-02-28 22:00:54 +01:00
parent 981c680c58
commit 07adab235b

View File

@ -22,6 +22,8 @@ function createWindow () {
}
})
mainWindow.setOpacity(0.95);
// and load the index.html of the app.
mainWindow.loadFile('index.html')