update app_modules.js

This commit is contained in:
naielv
2025-09-12 09:38:42 +02:00
parent ad71ceae21
commit 0f2a894edb

View File

@@ -1101,7 +1101,7 @@ setInterval(() => {
}, 750);
setInterval(() => {
BootLoops =+ 1;
BootLoops += 1;
console.log("BootLoops", BootLoops)
if ((BootLoops >= TimeoutBoot || window.navigator.onLine == false) && !Booted) {
Booted = true;