Ping on new spots option

This commit is contained in:
Ian Renton
2026-04-10 08:05:57 +01:00
parent 82944b9c38
commit ac1ab4bd2d
10 changed files with 22 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
<h5 class="card-title mb-3">Audio</h5>
<div class="form-group">
<div class="form-check form-check-inline">
<input class="form-check-input storeable-checkbox" type="checkbox" id="pingOnNewSpots" value="pingOnNewSpots"/>
<input class="form-check-input storeable-checkbox" type="checkbox" id="pingOnNewSpots" value="pingOnNewSpots" oninput="saveSettings();">
<label class="form-check-label" for="pingOnNewSpots">Ping on new spots</label>
</div>
</div>