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 (#1579)

Fix iterm cutoff showing when iterm relax disabled
This commit is contained in:
Michael Keller 2019-08-18 12:16:53 +12:00 committed by GitHub
commit b461896200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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