1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 12:55:14 +03:00

Fix auto_factor tooltip

Fix target help
This commit is contained in:
Mark Haslinghuis 2021-12-26 03:54:41 +01:00
parent 90f15faf79
commit 10da45c1eb
No known key found for this signature in database
GPG key ID: 198B0F616296A584
3 changed files with 10 additions and 2 deletions

View file

@ -631,6 +631,10 @@ TABS.receiver.initialize = function (callback) {
$('.tab-receiver .rcSmoothing-auto-factor').hide();
}
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_44)) {
$('.receiverRcSmoothingAutoFactorHelp').attr('title', i18n.getMessage("receiverRcSmoothingAutoFactorHelp2"));
}
updateInterpolationView();
} else {
$('.tab-receiver .rcInterpolation').show();