diff --git a/app/Application.js b/app/Application.js index 645b7c49..810513cd 100644 --- a/app/Application.js +++ b/app/Application.js @@ -42,7 +42,7 @@ Ext.define('Rambox.Application', { if ( Ext.util.Cookies.get('auth0') === null ) Ext.util.Cookies.set('auth0', false); // Check for updates - if ( require('electron').remote.process.argv.indexOf('--without-update') === -1 && process.platform !== 'win32' ) Rambox.app.checkUpdate(true); + if ( require('electron').remote.process.argv.indexOf('--without-update') === -1 ) Rambox.app.checkUpdate(true); // Add shortcuts to switch services using CTRL + Number var map = new Ext.util.KeyMap({