Improve dev build

This commit is contained in:
2025-12-10 15:51:59 +01:00
parent 0bca3283fa
commit 2de88e272c
2 changed files with 6 additions and 1 deletions

View File

@@ -210,7 +210,7 @@ function connect() {
}, (error) => {
console.warn('WebSocket connection issue', error);
if (typeof showToast === 'function') {
showToast('Live updates connection interrupted. Retrying may be necessary.', 'warning');
setTimeout(() => showToast('Live updates connection interrupted. Retrying may be necessary.', 'warning'), 1000);
}
});
}