1
0
Fork 0
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

This commit is contained in:
IvoFPV 2019-08-16 11:08:37 +02:00
parent e513c279a4
commit d7e2cc6030

View file

@ -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();