Browse Source

Merge 3f740fd48f into 1ec9d30647

pull/290/merge
TriiNoxYs 9 years ago committed by GitHub
parent
commit
bd3dc03316
  1. 2
      electron/main.js

2
electron/main.js

@ -98,7 +98,7 @@ function createWindow () {
// Create the browser window using the state information
mainWindow = new BrowserWindow({
title: 'Rambox'
,icon: __dirname + '/../resources/Icon.png'
,icon: __dirname + '/../resources/Icon.ico'
,x: mainWindowState.x
,y: mainWindowState.y
,width: mainWindowState.width

Loading…
Cancel
Save