ui: Disable the Kiosk (Quest) Mode configuration option

This commit disables the "Kiosk (Quest) Mode" 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-20 18:49:00 +10:00
parent 278ac75a37
commit 98c515871e

View file

@ -436,6 +436,12 @@
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="quest_flag">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>This feature has been disabled.</string>
</property>
<property name="text">
<string>Kiosk (Quest) Mode</string>
</property>