Auto merged - #2531 at Sun, 01 Aug 2021 02:17:07 GMT

Disable feedforward switch action for old versions
10.8-maintenance
J Blackman 2021-08-01 12:17:07 +10:00 committed by GitHub
commit 03794c6699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -60,3 +60,8 @@
height: 10px;
width: 10px;
}
.switchery-disabled {
pointer-events: none;
opacity: 0.3;
}

View File

@ -329,7 +329,7 @@ TABS.pid_tuning.initialize = function (callback) {
// Feedforward column
$('#pid_main tr :nth-child(6)').hide();
$('#pid-tuning .feedforwardTransition').hide();
$('#pid-tuning .feedforwardGroup').hide();
}
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_41)) {
@ -531,6 +531,8 @@ TABS.pid_tuning.initialize = function (callback) {
$('.feedforwardOption').hide();
$('.vbatSagCompensation').hide();
$('.thrustLinearization').hide();
$('.feedforwardGroupCheckbox').addClass('switchery-disabled');
$('input[id="feedforwardGroup"]').prop('checked', true);
}
$('input[id="useIntegratedYaw"]').change(function() {

View File

@ -514,7 +514,7 @@
</tr>
<tr class="feedforwardGroup">
<td><input type="checkbox" id="feedforwardGroup" class="toggle" /></td>
<td class="feedforwardGroupCheckbox"><input type="checkbox" id="feedforwardGroup" class="toggle" /></td>
<td colspan="2">
<div class="helpicon cf_tip" i18n_title="pidTuningFeedforwardGroupHelp"></div>
<span i18n="pidTuningFeedforwardGroup"></span>