mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +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
|
@ -218,9 +218,10 @@ let LogicCondition = function (enabled, activatorId, operation, operandAType, op
|
|||
if (self.getEnabled()) {
|
||||
GUI.renderLogicConditionSelect(
|
||||
$e,
|
||||
LOGIC_CONDITIONS,
|
||||
LOGIC_CONDITIONS,
|
||||
self.getActivatorId,
|
||||
self.onActivatorChange,
|
||||
true,
|
||||
true
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue