[Splash > Backend] Clean up source a bit

main
Oj 2 years ago
parent d3a586c892
commit 125fac237b

@ -320,14 +320,10 @@ function initSplash(startMinimized = false) {
updateAttempt = 0; updateAttempt = 0;
newUpdater = (0, _updater.getUpdater)(); newUpdater = (0, _updater.getUpdater)();
if (newUpdater == null) { if (newUpdater == null) initOldUpdater();
initOldUpdater();
}
launchSplashWindow(startMinimized); launchSplashWindow(startMinimized);
log('Splash', 'Quickstart config:', process.env.OPENASAR_QUICKSTART || oaConfig.quickstart, '-', process.env.OPENASAR_QUICKSTART, oaConfig.quickstart);
if (newUpdater != null) { if (newUpdater != null) {
updateUntilCurrent(); updateUntilCurrent();
} else { } else {
@ -341,13 +337,6 @@ function initSplash(startMinimized = false) {
require('../utils/u2LoadModulePath')(); require('../utils/u2LoadModulePath')();
} }
/* if (newUpdater != null) {
updateUntilCurrent();
} else {
moduleUpdater.installPendingUpdates();
moduleUpdater.setInBackground();
} */
launchMainWindow(); launchMainWindow();
setTimeout(() => { setTimeout(() => {

Loading…
Cancel
Save