Added UI checkbox for DDS Texture Cache
This commit is contained in:
parent
b83e930736
commit
3257e667df
1 changed files with 22 additions and 11 deletions
|
@ -227,18 +227,29 @@
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Animated jetways</label>
|
<label>Animated jetways</label>
|
||||||
<name>jetways</name>
|
<name>jetways</name>
|
||||||
<property>/nasal/jetways/enabled</property>
|
<property>/nasal/jetways/enabled</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
<object-name>jetways</object-name>
|
<object-name>jetways</object-name>
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
<empty>
|
<checkbox>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>Use disk space for faster loading (DDS Texture Cache)</label>
|
||||||
|
<name>texture-cache-enabled</name>
|
||||||
|
<property>/sim/rendering/texture-cache/cache-enabled</property>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
<object-name>texture-cache-enabled</object-name>
|
||||||
|
</binding>
|
||||||
|
</checkbox>
|
||||||
|
|
||||||
|
<empty>
|
||||||
<stretch>1</stretch>
|
<stretch>1</stretch>
|
||||||
</empty>
|
</empty>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue