From c3d1881822a3ad6cf98e1fe8581663987f7d377f Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Wed, 4 Oct 2017 10:58:40 -0300 Subject: [PATCH] Improved check for updates --- app/Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({