Fix icon from showing up on certain window systems
This commit is contained in:
parent
9e7ffd82ca
commit
1b0ee4c15c
|
@ -64,6 +64,7 @@ function createWindow () {
|
|||
backgroundColor: '#fff',
|
||||
width: 960,
|
||||
height: 540,
|
||||
icon: require('path').join(__dirname, '../../_icons/iconColor.png'),
|
||||
autoHideMenuBar: true,
|
||||
// useContentSize: true,
|
||||
webPreferences: {
|
||||
|
|
Loading…
Reference in New Issue