Add toggle for auto map-centering

This commit is contained in:
2025-06-16 22:41:34 -07:00
parent 06bff39f01
commit 0af6380fee
4 changed files with 24 additions and 10 deletions

View File

@@ -117,8 +117,18 @@
</label>
</div>
<div id="toggle-grid-vis">
<input type="checkbox" checked />
<div class="opt-toggle">
<input type="checkbox" id="toggle-grid-vis" checked />
<label for="toggle-grid-vis">
<span class="off"></span><span class="on"></span>
</label>
</div>
<div class="opt-toggle">
<input type="checkbox" id="auto-center-map" />
<label for="auto-center-map">
<span class="off"></span><span class="on">⦿</span>
</label>
</div>
<div id="toggle-firing-arc-vis">