Add Aircraft model reload to the debug menu
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
This commit is contained in:
parent
996052ba06
commit
ae1e670010
1 changed files with 9 additions and 1 deletions
|
@ -552,7 +552,15 @@
|
|||
<command>reinit</command>
|
||||
<subsystem>io</subsystem>
|
||||
</binding>
|
||||
</item>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<label>Reload Aircraft Model</label>
|
||||
<binding>
|
||||
<command>reinit</command>
|
||||
<subsystem>aircraft-model</subsystem>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<name>nasal-console</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue