blob: dd81947183490d233f5b6dff45f64f65f85c714b (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/main/main.js
+++ b/main/main.js
@@ -83,7 +83,6 @@
minWidth: 320,
minHeight: 350,
titleBarStyle: 'hiddenInset',
- icon: __dirname + '/icons/icon256.png',
frame: process.platform !== 'win32',
backgroundColor: '#fff', // the value of this is ignored, but setting it seems to work around https://github.com/electron/electron/issues/10559
})
|