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); }