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:
Zephyron 2025-03-17 14:02:15 +10:00
parent ec402a0510
commit 278ac75a37

View file

@ -423,6 +423,12 @@
</item>
<item row="6" column="0">
<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">
<string>Enable Auto-Stub**</string>
</property>