Add toggle for rear groundservices2
This commit is contained in:
parent
eaab6018e2
commit
1c4d982778
2 changed files with 15 additions and 2 deletions
|
@ -251,12 +251,25 @@
|
|||
<live>true</live>
|
||||
</checkbox>
|
||||
|
||||
<checkbox>
|
||||
<label>Enable Rear Catering Truck</label>
|
||||
<halign>left</halign>
|
||||
<property>/services/catering-rear/enable</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<live>true</live>
|
||||
</checkbox>
|
||||
|
||||
<button>
|
||||
<legend>Toggle Catering</legend>
|
||||
<halign>center</halign>
|
||||
<padding>5</padding>
|
||||
<enable>
|
||||
<or>
|
||||
<property>/services/catering/enable</property>
|
||||
<property>/services/catering-rear/enable</property>
|
||||
</or>
|
||||
</enable>
|
||||
<binding>
|
||||
<condition>
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
<path>Aircraft/A320-family/Models/Services/Catering/L_T_VolvoFM-4_5m-set.xml</path>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>services/catering/enable</property>
|
||||
<property>services/catering-rear/enable</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
|
|
Loading…
Reference in a new issue