Fix title in About Window

Shows up as 'Electron' on Windows
This commit is contained in:
Feross Aboukhadijeh
2016-06-02 20:50:04 -07:00
parent 2235b2fa82
commit c6cd21b8ff

View File

@@ -22,6 +22,7 @@ function init () {
resizable: false,
show: false,
skipTaskbar: true,
title: 'About ' + config.APP_WINDOW_TITLE,
useContentSize: true,
width: 300
})