Skip to content

Commit

Permalink
Fix title in About Window
Browse files Browse the repository at this point in the history
Shows up as 'Electron' on Windows
  • Loading branch information
feross committed Jun 3, 2016
1 parent 2235b2f commit c6cd21b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/windows/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function init () {
resizable: false,
show: false,
skipTaskbar: true,
title: 'About ' + config.APP_WINDOW_TITLE,
useContentSize: true,
width: 300
})
Expand Down

0 comments on commit c6cd21b

Please sign in to comment.