1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 04:45:20 +03:00

Changes after reviews

This commit is contained in:
Mark Haslinghuis 2021-09-27 19:29:02 +02:00
parent 2e0334c114
commit 48659bd6ec
No known key found for this signature in database
GPG key ID: 198B0F616296A584
7 changed files with 195 additions and 183 deletions

View file

@ -252,7 +252,7 @@ function startProcess() {
const tabName = $(self).text();
if (GUI.active_tab === 'pid_tuning') {
if (TABS.pid_tuning.sliderPositionHasChanged || TABS.pid_tuning.sliderModeHasChanged) {
if (TABS.pid_tuning.sliderRetainPosition || TABS.pid_tuning.sliderRetainMode || TABS.pid_tuning.sliderRetainConfiguration) {
TuningSliders.restoreInitialSettings();
}
}