Fix icon from showing up on certain window systems

This commit is contained in:
Preston 2020-08-21 08:53:08 -04:00
parent 9e7ffd82ca
commit 1b0ee4c15c
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ function createWindow () {
backgroundColor: '#fff', backgroundColor: '#fff',
width: 960, width: 960,
height: 540, height: 540,
icon: require('path').join(__dirname, '../../_icons/iconColor.png'),
autoHideMenuBar: true, autoHideMenuBar: true,
// useContentSize: true, // useContentSize: true,
webPreferences: { webPreferences: {