mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
Fix iterm cutoff showing when iterm relax disabled (#1579)
Fix iterm cutoff showing when iterm relax disabled
This commit is contained in:
commit
b461896200
1 changed files with 0 additions and 1 deletions
|
@ -351,7 +351,6 @@ TABS.pid_tuning.initialize = function (callback) {
|
|||
|
||||
if (semver.gte(CONFIG.apiVersion, "1.42.0")) {
|
||||
$('.smartfeedforward').hide();
|
||||
$('.itermRelaxCutoff').show();
|
||||
|
||||
if (FEATURE_CONFIG.features.isEnabled('DYNAMIC_FILTER')) {
|
||||
$('.dynamicNotch').show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue