sync label

This commit is contained in:
Kizarm 2024-10-27 16:08:38 +01:00
parent e79f5facff
commit afd7795f8e

View file

@ -61,6 +61,7 @@ function initWebSocket() {
console.log (stored);
if (stored) {
gMark = JSON.parse (stored);
if (gMark.type === 'volt') MarkerVolt.checked = true;
}
connected = true;
};