Update main.js

This commit is contained in:
theolivenbaum
2021-08-21 09:17:20 +02:00
committed by GitHub
parent 444c09fb4d
commit da9d9658f5

View File

@@ -142,8 +142,7 @@ function startSplashScreen() {
var timeout = manifestJsonFile.splashscreen.timeout;
setTimeout((t) => {
if (splashScreen != null ) {
splashScreen.destroy();
splashScreen = null;
splashScreen.hide();
}
}, timeout);
}