Browse Source
Merge pull request #8079 from lat9nq/applet-typo
configure_debug: Fix typo
pull/15/merge
Mai M
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/yuzu/configuration/configure_debug.ui
|
|
|
@ -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> |
|
|
|
|