Fix icon on some OSes
* Fixes https://github.com/lbryio/lbry-desktop/issues/2411
This commit is contained in:
parent
2d897953e1
commit
9df7966bc2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default appState => {
|
||||||
// If state is undefined, create window as maximized.
|
// If state is undefined, create window as maximized.
|
||||||
width: windowState.width === undefined ? width : windowState.width,
|
width: windowState.width === undefined ? width : windowState.width,
|
||||||
height: windowState.height === undefined ? height : windowState.height,
|
height: windowState.height === undefined ? height : windowState.height,
|
||||||
|
icon: 'static/img/tray/default/tray.png',
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
// Disable renderer process's webSecurity on development to enable CORS.
|
// Disable renderer process's webSecurity on development to enable CORS.
|
||||||
webSecurity: !isDev,
|
webSecurity: !isDev,
|
||||||
|
|
Loading…
Add table
Reference in a new issue