Merge branch 'master' into ECAM2
This commit is contained in:
commit
4bd445138f
4 changed files with 7 additions and 7 deletions
|
@ -1081,7 +1081,7 @@
|
|||
<desc>Autothrottle Disconnect</desc>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>libraries.APPanel.ATDiscSoft();</script>
|
||||
<script>libraries.APPanel.ATDisc();</script>
|
||||
</binding>
|
||||
</key>
|
||||
<key n="6">
|
||||
|
@ -1320,7 +1320,7 @@
|
|||
<desc>Autopilot Disconnect</desc>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>libraries.APPanel.APDiscSoft();</script>
|
||||
<script>libraries.APPanel.APDisc();</script>
|
||||
</binding>
|
||||
</key>
|
||||
<key n="70">
|
||||
|
|
|
@ -234,7 +234,7 @@ var APPanel = {
|
|||
}
|
||||
}
|
||||
},
|
||||
APDiscSoft: func() {
|
||||
APDisc: func() {
|
||||
if (ap1.getBoolValue() or ap2.getBoolValue()) {
|
||||
libraries.apOff("soft", 0);
|
||||
} else {
|
||||
|
@ -246,7 +246,7 @@ var APPanel = {
|
|||
setprop("/ECAM/warnings/master-warning-light", 0);
|
||||
}
|
||||
},
|
||||
ATDiscSoft: func() {
|
||||
ATDisc: func() {
|
||||
if (athr.getBoolValue()) {
|
||||
libraries.athrOff("soft");
|
||||
setprop("/ECAM/warnings/master-caution-light", 1);
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<pref-width>119</pref-width>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>libraries.APPanel.ATDiscSoft();</script>
|
||||
<script>libraries.APPanel.ATDisc();</script>
|
||||
</binding>
|
||||
</button>
|
||||
<button>
|
||||
|
@ -91,7 +91,7 @@
|
|||
<pref-width>119</pref-width>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>libraries.APPanel.APDiscSoft();</script>
|
||||
<script>libraries.APPanel.APDisc();</script>
|
||||
</binding>
|
||||
</button>
|
||||
</group>
|
||||
|
|
|
@ -1 +1 @@
|
|||
4771
|
||||
4772
|
Reference in a new issue