Skip to content

Commit

Permalink
added missing volume curve checkbox in html
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Nov 25, 2024
1 parent 2f18404 commit d86d80c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions html/management.html
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,11 @@ <h5 class="modal-title" data-i18n="tools.nvs.erase.title"></h5>
<label for="playMono" data-i18n="general.options.playMono"></label>
<a href="#" class="link-secondary" data-bs-toggle="popover" data-i18n="[data-bs-content]general.options.playMonoExp" tabindex="0"><i class="fas fa-circle-question"></i></a>
</div>
<div class="d-flex gap-2">
<input type="checkbox" id="volumeCurve" name="volumeCurve" value="false">
<label for="volumeCurve" data-i18n="general.options.volumeCurve"></label>
<a href="#" class="link-secondary" data-bs-toggle="popover" data-i18n="[data-bs-content]general.options.volumeCurveExp" tabindex="0"><i class="fas fa-circle-question"></i></a>
</div>
</fieldset>
</div>
<div class="col-md-12 mb-4" id="neopixelConfig" data-visible="false">
Expand Down

0 comments on commit d86d80c

Please sign in to comment.