This commit is contained in:
Timothy J. Baek 2024-09-21 15:48:52 +02:00
parent b4adffc3af
commit 4225591a26
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
if (!$showControls) { if (!$showControls) {
showControls.set(true); showControls.set(true);
} }
localStorage.setItem('chat-controls-size', size); localStorage.chatControlsSize = size;
} }
}} }}
> >