Merge pull request #622 from feross/about

Fix title in About Window
This commit is contained in:
Feross Aboukhadijeh
2016-06-02 21:12:58 -07:00

View File

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