1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 09:45:28 +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

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