gui/dialogs/rendering.xml: added checkbox for shadows.
Has a note saying 'May need restart to take affect' because it seems that shadows never work unless enabled on startup. Note that the property setting is persisted.
This commit is contained in:
parent
6f52d094a5
commit
c79f3f0551
1 changed files with 11 additions and 0 deletions
|
@ -92,6 +92,17 @@
|
|||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Shadows (may need restart to take affect)</label>
|
||||
<name>shadows-enable</name>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>shadows-enable</object-name>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
|
Loading…
Add table
Reference in a new issue