From da9d9658f57883420aeb911654d4a9e5b58766df Mon Sep 17 00:00:00 2001 From: theolivenbaum Date: Sat, 21 Aug 2021 09:17:20 +0200 Subject: [PATCH] Update main.js --- ElectronNET.Host/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ElectronNET.Host/main.js b/ElectronNET.Host/main.js index d373107..cdb900c 100644 --- a/ElectronNET.Host/main.js +++ b/ElectronNET.Host/main.js @@ -142,8 +142,7 @@ function startSplashScreen() { var timeout = manifestJsonFile.splashscreen.timeout; setTimeout((t) => { if (splashScreen != null ) { - splashScreen.destroy(); - splashScreen = null; + splashScreen.hide(); } }, timeout); }