Qt: Fix 8MB game setting not being tristate
This commit is contained in:
parent
6015cce47d
commit
1081c132cf
|
@ -257,6 +257,9 @@
|
|||
<property name="text">
|
||||
<string>Enable 8MB RAM (Dev Console)</string>
|
||||
</property>
|
||||
<property name="tristate">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Reference in New Issue