Skip to content

Commit

Permalink
Appending version to title
Browse files Browse the repository at this point in the history
  • Loading branch information
afska committed Oct 5, 2018
1 parent 4d73589 commit 1b8eb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/electron-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function start(mode) {
width: 1024,
height: 800,
icon: path.join(appFolder(), 'favicon.ico'),
title: runModeTitle(mode),
title: runModeTitle(mode) + " " + `v${app.getVersion()}`,
webPreferences: {
nodeIntegration: true,
preload: preloadScript(),
Expand Down

0 comments on commit 1b8eb4b

Please sign in to comment.