[Splash > Backend] Fix quickstart on win32 from last commit

This commit is contained in:
Ducko 2022-04-02 22:26:03 +01:00
parent 9fd8dc8530
commit 6c7f3ee2a9
1 changed files with 2 additions and 0 deletions

View File

@ -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(() => {