1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

Fixed sliders being disabled when re-entering the motors tab with motors running.

This commit is contained in:
mikeller 2017-11-07 00:46:29 +13:00
parent f723af3b76
commit 0744bb5928

View file

@ -531,7 +531,7 @@ TABS.motors.initialize = function (callback) {
if (motors_running) {
if (!self.armed) {
$('#motorsEnableTestMode').prop('checked', true);
$('#motorsEnableTestMode').prop('checked', true).change();
}
// motors are running adjust sliders to current values