mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-03-22 15:49:22 +01:00
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:
parent
278ac75a37
commit
98c515871e
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue