Octagonal
Results
2
comments of
Octagonal
I have the same problem, for me it occurs when I launch the app directly from the sources with `npm start` but it does not happen when I use the...
In main.js, for each BrowserWindow add the two commented lines ``` let splashWin = new BrowserWindow({ width: 600, height: 400, frame: false, transparent: true, icon: __dirname + '/app/assets/img/icon.png', type: "splash",...