Browse Source

Fixes #46

pull/291/merge
Ramiro Saenz 9 years ago
parent
commit
bd0beaaeb4
  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