1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

Hide Iterm Relax cutoff tooltip if disabled

This commit is contained in:
Miguel Angel Mulero Martinez 2022-02-02 13:39:50 +01:00
parent 340087a4df
commit 2b06b6e59b

View file

@ -648,13 +648,13 @@
<span i18n="pidTuningItermRelaxType"></span>
</label>
</span>
<div class="helpicon cf_tip" i18n_title="pidTuningItermRelaxCutoffHelp"></div>
<span class="itermRelaxCutoff suboption">
<input type="number" name="itermRelaxCutoff" step="1" min="1" max="100" />
<label for="itermRelaxCutoff">
<span i18n="pidTuningItermRelaxCutoff"></span>
</label>
<div class="helpicon cf_tip" i18n_title="pidTuningItermRelaxCutoffHelp"></div>
</span>
</td>
</tr>