mirror of https://git.citron-emu.org/citron/emu
ui: Disable the Auto-Stub configuration option
This commit disables the "Enable Auto-Stub" checkbox in the debug configuration UI by setting it to non-interactive and adding a tooltip indicating that the feature has been disabled. Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
parent
ec402a0510
commit
278ac75a37
|
@ -423,6 +423,12 @@
|
||||||
</item>
|
</item>
|
||||||
<item row="6" column="0">
|
<item row="6" column="0">
|
||||||
<widget class="QCheckBox" name="use_auto_stub">
|
<widget class="QCheckBox" name="use_auto_stub">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>This feature has been disabled.</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable Auto-Stub**</string>
|
<string>Enable Auto-Stub**</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in New Issue