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>
|
<desc>Autothrottle Disconnect</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>libraries.APPanel.ATDiscSoft();</script>
|
<script>libraries.APPanel.ATDisc();</script>
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
<key n="6">
|
<key n="6">
|
||||||
|
@ -1320,7 +1320,7 @@
|
||||||
<desc>Autopilot Disconnect</desc>
|
<desc>Autopilot Disconnect</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>libraries.APPanel.APDiscSoft();</script>
|
<script>libraries.APPanel.APDisc();</script>
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
<key n="70">
|
<key n="70">
|
||||||
|
|
|
@ -234,7 +234,7 @@ var APPanel = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
APDiscSoft: func() {
|
APDisc: func() {
|
||||||
if (ap1.getBoolValue() or ap2.getBoolValue()) {
|
if (ap1.getBoolValue() or ap2.getBoolValue()) {
|
||||||
libraries.apOff("soft", 0);
|
libraries.apOff("soft", 0);
|
||||||
} else {
|
} else {
|
||||||
|
@ -246,7 +246,7 @@ var APPanel = {
|
||||||
setprop("/ECAM/warnings/master-warning-light", 0);
|
setprop("/ECAM/warnings/master-warning-light", 0);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ATDiscSoft: func() {
|
ATDisc: func() {
|
||||||
if (athr.getBoolValue()) {
|
if (athr.getBoolValue()) {
|
||||||
libraries.athrOff("soft");
|
libraries.athrOff("soft");
|
||||||
setprop("/ECAM/warnings/master-caution-light", 1);
|
setprop("/ECAM/warnings/master-caution-light", 1);
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
<pref-width>119</pref-width>
|
<pref-width>119</pref-width>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>libraries.APPanel.ATDiscSoft();</script>
|
<script>libraries.APPanel.ATDisc();</script>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
<button>
|
<button>
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
<pref-width>119</pref-width>
|
<pref-width>119</pref-width>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>libraries.APPanel.APDiscSoft();</script>
|
<script>libraries.APPanel.APDisc();</script>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
</group>
|
</group>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4771
|
4772
|
Reference in a new issue