mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
fix graph initialization on cold start
This commit is contained in:
parent
d3d933a704
commit
468d7f57c8
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ TABS.sensors.initialize = function (callback) {
|
||||||
checkboxes.eq(i).not(':disabled').prop('checked', result.graphs_enabled[i]).change();
|
checkboxes.eq(i).not(':disabled').prop('checked', result.graphs_enabled[i]).change();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$('.tab-sensors .info input:lt(4)').prop('checked', true).change();
|
$('.tab-sensors .info input:lt(4):not(:disabled)').prop('checked', true).change();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue