Remove setup action -- it overwrites a DME frequency specified on the
command line.
This commit is contained in:
parent
357dfb3934
commit
ff83826bfc
1 changed files with 3 additions and 11 deletions
|
@ -413,6 +413,8 @@ all the time in that electrical system.
|
|||
</layers>
|
||||
|
||||
<actions>
|
||||
|
||||
<!-- DISABLED: interferes with startup options
|
||||
<action>
|
||||
<name>Setup</name>
|
||||
<binding>
|
||||
|
@ -437,17 +439,6 @@ all the time in that electrical system.
|
|||
<property>/instrumentation/dme/frequencies/source</property>
|
||||
<value>/instrumentation/dme/frequencies/selected-mhz</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/instrumentation/dme/switch-position</property>
|
||||
<value type="int">2</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<command>property-assign</command>
|
||||
<property>/instrumentation/dme/frequencies/selected-mhz</property>
|
||||
<property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
|
||||
</binding>
|
||||
<binding>
|
||||
<condition>
|
||||
<equals>
|
||||
|
@ -460,6 +451,7 @@ all the time in that electrical system.
|
|||
<value>/instrumentation/nav[1]/frequencies/selected-mhz</value>
|
||||
</binding>
|
||||
</action>
|
||||
-->
|
||||
|
||||
<action>
|
||||
<name>Rotate knob left</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue