mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 23:15:25 +00:00
Update main.js
This commit is contained in:
@@ -142,8 +142,7 @@ function startSplashScreen() {
|
||||
var timeout = manifestJsonFile.splashscreen.timeout;
|
||||
setTimeout((t) => {
|
||||
if (splashScreen != null ) {
|
||||
splashScreen.destroy();
|
||||
splashScreen = null;
|
||||
splashScreen.hide();
|
||||
}
|
||||
}, timeout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user