add /sim/devel=false setting (this controls some extra widgets in dialogs
that aren't meant for the general audience: the old shadow debug checkbox in the rendering dialog, and some extra fun sliders in the HUD dialog)
This commit is contained in:
parent
daaf1c5879
commit
6cb7b4d404
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
|
||||
<!-- General simulation preferences -->
|
||||
<sim>
|
||||
<!-- hide some development tools, such as parts of the HUD adjustment dialog -->
|
||||
<devel type="bool">false</devel>
|
||||
|
||||
<!-- show-aircraft option: show ALL aircraft regardless by default -->
|
||||
<aircraft-min-status>all</aircraft-min-status>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue