This commit is contained in:
2026-01-09 21:34:53 +01:00
parent f72a78f16c
commit e592986dcb

View File

@@ -589,6 +589,7 @@
{ {
if (!liveEnabled) return; if (!liveEnabled) return;
logs.forEach(log => prependLiveLog(log)); logs.forEach(log => prependLiveLog(log));
loadStats(true);
}); });
signalRConnection.onreconnected(() => { signalRConnection.onreconnected(() => {