From fcaeaa8655bac6a33755de99d14ae979c07d3be7 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sat, 26 Mar 2016 06:41:09 +0100 Subject: Joins, parts, PMs, inline image/video/audio/youtube, server status messages, I should commit more often --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.js') diff --git a/main.js b/main.js index a1186a9..1dcf991 100644 --- a/main.js +++ b/main.js @@ -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'); -- cgit v1.2.3