Skip to content

Commit

Permalink
Remove Acro from pid titlebar header
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed May 2, 2024
1 parent 953ed55 commit b5c4277
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/tabs/pid_tuning.js
Original file line number Diff line number Diff line change
Expand Up @@ -2707,8 +2707,6 @@ pid_tuning.updateRatesLabels = function() {

const isBetaflightRates = self.currentRatesType === FC.RATES_TYPE.BETAFLIGHT;

$('#pid-tuning .pid_titlebar .name').text(isBetaflightRates ? 'Acro' : '').css("text-align", "center");

centerSensitivyLabel.toggle(isBetaflightRates);

self.acroCenterSensitivityRollElement.toggle(isBetaflightRates);
Expand Down

0 comments on commit b5c4277

Please sign in to comment.