Disable console splash screen

This commit is contained in:
Atlante45 2016-10-27 14:11:01 -07:00
parent b0b950e132
commit 4cb1d75ca4

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;