From 6c7f3ee2a945d43599a5739bb10206d2aabd28de Mon Sep 17 00:00:00 2001 From: Oj Date: Sat, 2 Apr 2022 22:26:03 +0100 Subject: [PATCH] [Splash > Backend] Fix quickstart on win32 from last commit --- src/splash/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/splash/index.js b/src/splash/index.js index 07cebbb..93a4efd 100644 --- a/src/splash/index.js +++ b/src/splash/index.js @@ -32,6 +32,8 @@ exports.initSplash = (startMinimized = false) => { if (process.env.OPENASAR_QUICKSTART || oaConfig.quickstart) setTimeout(() => { destroySplash(); + if (newUpdater != null) require('../utils/u2QuickLoad'); // Manually load module paths for faster requiring + launchMainWindow(); setTimeout(() => {