update app_modules.js

This commit is contained in:
naielv
2025-08-11 15:33:27 +02:00
parent 7fb2d5f67f
commit 31007d6979

View File

@@ -1012,7 +1012,7 @@ getPeers();
setInterval(() => {
getPeers();
if (window.navigator.onLine == false) {
if (window.navigator.onLine == false && !Booted) {
Booted = true;
document.getElementById("loading").style.display = "none";
toastr.error("Sin internet! Los cambios se sincronizarán cuando te vuelvas a conectar.")