Skip to content

Commit da9d965

Browse files
Update main.js
1 parent 444c09f commit da9d965

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ElectronNET.Host/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ function startSplashScreen() {
142142
var timeout = manifestJsonFile.splashscreen.timeout;
143143
setTimeout((t) => {
144144
if (splashScreen != null ) {
145-
splashScreen.destroy();
146-
splashScreen = null;
145+
splashScreen.hide();
147146
}
148147
}, timeout);
149148
}

0 commit comments

Comments
 (0)