mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Hide Accel Features
This commit is contained in:
parent
855ab72e03
commit
4455e6733d
2 changed files with 4 additions and 4 deletions
|
@ -1108,9 +1108,9 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
if(semver.gte(CONFIG.apiVersion, "1.37.0")) {
|
||||
var checked = $(this).is(':checked');
|
||||
if (checked) {
|
||||
$('._smallAngle').show()
|
||||
$('.accelDisabled').show()
|
||||
} else {
|
||||
$('._smallAngle').hide()
|
||||
$('.accelDisabled').hide()
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
@ -331,7 +331,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gui_box grey">
|
||||
<div class="gui_box grey accelDisabled">
|
||||
<div class="gui_box_titlebar">
|
||||
<div class="spacer_box_title" i18n="configurationAccelTrims"></div>
|
||||
</div>
|
||||
|
@ -348,7 +348,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gui_box grey">
|
||||
<div class="gui_box grey accelDisabled">
|
||||
<div class="gui_box_titlebar">
|
||||
<div class="spacer_box_title" i18n="configurationArming"></div>
|
||||
<div class="helpicon cf_tip" i18n_title="configurationArmingHelp"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue