1234567891011 |
- --- 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
- })
|