Skip to content

Commit

Permalink
added version to title
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed Aug 22, 2017
1 parent 82efd48 commit bc31aa8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ function isDevMode(){

function createWindow () {
// Create the browser window.
mainWindow = new BrowserWindow({width: 800, height: 800})
mainWindow = new BrowserWindow({
width: 800,
height: 800,
title: 'AREPL ' + app.getVersion()
})

// and load the index.html of the app.
mainWindow.loadURL(url.format({
Expand Down

0 comments on commit bc31aa8

Please sign in to comment.