Merge pull request #8079 from lat9nq/applet-typo

configure_debug: Fix typo
merge-requests/60/head
Mai M 2022-04-01 11:15:15 +07:00 committed by GitHub
commit d061dc4342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>