Fix: "Enable animated jetways" setting not working
Checkbox in rendering dialog toggled the wrong/non-existing property...
This commit is contained in:
parent
c4626512a8
commit
935380d3cf
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Animated jetways</label>
|
<label>Animated jetways</label>
|
||||||
<name>jetways</name>
|
<name>jetways</name>
|
||||||
<property>/sim/jetways/enabled</property>
|
<property>/nasal/jetways/enabled</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
<object-name>jetways</object-name>
|
<object-name>jetways</object-name>
|
||||||
|
|
Loading…
Reference in a new issue