revert changes to top-level menu
Leave weather options alone
This commit is contained in:
parent
28d5294c14
commit
41ad86528c
1 changed files with 11 additions and 4 deletions
|
@ -281,7 +281,7 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<label>Previous Waypoint</label>
|
<label>Previous Waypoint</label>
|
||||||
<binding>3
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>setprop("/autopilot/route-manager/input", "@previous")</script>
|
<script>setprop("/autopilot/route-manager/input", "@previous")</script>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -307,7 +307,7 @@
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<!-- <item>
|
<item>
|
||||||
<label>Weather Conditions</label>
|
<label>Weather Conditions</label>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-show</command>
|
<command>dialog-show</command>
|
||||||
|
@ -449,8 +449,15 @@
|
||||||
<dialog-name>ai</dialog-name>
|
<dialog-name>ai</dialog-name>
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
<!-- Not working at present
|
||||||
|
<item>
|
||||||
|
<label>ATC Services in range</label>
|
||||||
|
<binding>
|
||||||
|
<command>ATC-freq-search</command>
|
||||||
|
</binding>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<label>AI Tanker</label>
|
<label>AI Tanker</label>
|
||||||
|
@ -627,7 +634,7 @@
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<label>Browse Internal Properties (/)</label>
|
<label>Browse Internal Properties</label>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>gui.property_browser()</script>
|
<script>gui.property_browser()</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue