mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-03-19 01:01:50 +00:00
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
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue