diff options
author | Joe Robinson <joe@lc8n.com> | 2016-03-26 06:41:09 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2016-03-26 06:41:09 +0100 |
commit | fcaeaa8655bac6a33755de99d14ae979c07d3be7 (patch) | |
tree | 1490a0d00355518f3df92e349eb8e40b68c9d9fd /main.js | |
parent | b41a6935b738dd01acb84bab8014b68786c4a608 (diff) |
Joins, parts, PMs, inline image/video/audio/youtube, server status messages, I should commit more often
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ app.on('window-all-closed', function() { // initialization and is ready to create browser windows. app.on('ready', function() { // Create the browser window. - mainWindow = new BrowserWindow({width: 800, height: 600}); + mainWindow = new BrowserWindow({width: 800, height: 600, title: "blachat"}); // and load the index.html of the app. mainWindow.loadURL('file://' + __dirname + '/index.html'); |