mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Fixed and enhanced LC display
This commit is contained in:
parent
386c23f8a4
commit
b8485457dd
6 changed files with 12 additions and 5 deletions
|
@ -28,6 +28,10 @@ let LogicConditionsCollection = function () {
|
|||
return data.length
|
||||
};
|
||||
|
||||
self.isEnabled = function (lcID) {
|
||||
return data[lcID].getEnabled();
|
||||
}
|
||||
|
||||
self.open = function () {
|
||||
self.render();
|
||||
$container.show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue