Merge pull request #8938 from Atlante45/splash

Disable console splash screen
This commit is contained in:
Ryan Downe Karpf 2016-10-27 14:47:42 -07:00 committed by GitHub
commit 614956a86b

View file

@ -812,7 +812,8 @@ for (var key in trayIcons) {
const notificationIcon = path.join(__dirname, '../resources/console-notification.png');
function onContentLoaded() {
maybeShowSplash();
// Disable splash window for now.
// maybeShowSplash();
if (buildInfo.releaseType == 'PRODUCTION') {
var currentVersion = null;