Fix icon on some OSes

* Fixes https://github.com/lbryio/lbry-desktop/issues/2411
This commit is contained in:
Andrew Bueide 2019-04-16 06:48:37 -07:00 committed by Thomas Zarebczan
parent 2d897953e1
commit 9df7966bc2

View file

@ -27,7 +27,7 @@ export default appState => {
// If state is undefined, create window as maximized.
width: windowState.width === undefined ? width : windowState.width,
height: windowState.height === undefined ? height : windowState.height,
icon: 'static/img/tray/default/tray.png',
webPreferences: {
// Disable renderer process's webSecurity on development to enable CORS.
webSecurity: !isDev,