Livery over MP: Difference between revisions

m
menu entries should always open() the dialog (not toggle it)
No edit summary
m (menu entries should always open() the dialog (not toggle it))
Line 87: Line 87:
     <binding>
     <binding>
       <command>nasal</command>
       <command>nasal</command>
       <script>aircraft.livery.dialog.toggle()</script>
       <script>aircraft.livery.dialog.open()</script>
     </binding>
     </binding>
     </item>
     </item>