mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-05 04:40:00 +00:00
Merge pull request #8079 from lat9nq/applet-typo
configure_debug: Fix typo
This commit is contained in:
commit
d061dc4342
1 changed files with 2 additions and 2 deletions
|
@ -214,14 +214,14 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QCheckBox" name="enable_all_controllers">
|
||||
<property name="text">
|
||||
<string>Enable all Controller Types</string>
|
||||
<string>Enable All Controller Types</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QCheckBox" name="disable_web_applet">
|
||||
<property name="text">
|
||||
<string>Disable Web Applet**</string>
|
||||
<string>Disable Web Applet</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue