Update main.js

This commit is contained in:
theolivenbaum
2021-08-21 08:26:43 +02:00
committed by GitHub
parent 0aab352f86
commit 444c09fb4d

View File

@@ -140,7 +140,7 @@ function startSplashScreen() {
if (manifestJsonFile.hasOwnProperty('splashscreen')) {
if (manifestJsonFile.splashscreen.hasOwnProperty('timeout')) {
var timeout = manifestJsonFile.splashscreen.timeout;
window.setTimeout((t) => {
setTimeout((t) => {
if (splashScreen != null ) {
splashScreen.destroy();
splashScreen = null;