add (currently broken) next to Enable Mutli-core

This commit is contained in:
MysticExile
2018-09-08 21:33:02 +02:00
committed by GitHub
parent 9cd79c25ed
commit 1b18c4e8d7

View File

@@ -61,7 +61,7 @@
<item>
<widget class="QCheckBox" name="use_multi_core">
<property name="text">
<string>Enable multi-core</string>
<string>Enable multi-core (currently broken)</string>
</property>
</widget>
</item>
@@ -75,19 +75,19 @@
<property name="title">
<string>Emulation</string>
</property>
<layout class="QHBoxLayout" name="EmulationHorizontalLayout">
<layout class="QHBoxLayout" name="EmulationHorizontalLayout">
<item>
<layout class="QVBoxLayout" name="EmulationVerticalLayout">
<item>
<layout class="QVBoxLayout" name="EmulationVerticalLayout">
<item>
<widget class="QCheckBox" name="use_docked_mode">
<property name="text">
<string>Enable docked mode</string>
</property>
</widget>
</item>
</layout>
<widget class="QCheckBox" name="use_docked_mode">
<property name="text">
<string>Enable docked mode</string>
</property>
</widget>
</item>
</layout>
</layout>
</item>
</layout>
</widget>
</item>
<item>