Merge pull request #8079 from lat9nq/applet-typo

configure_debug: Fix typo
This commit is contained in:
Mai M 2022-04-01 11:15:15 -04:00 committed by GitHub
commit d061dc4342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,14 +214,14 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QCheckBox" name="enable_all_controllers"> <widget class="QCheckBox" name="enable_all_controllers">
<property name="text"> <property name="text">
<string>Enable all Controller Types</string> <string>Enable All Controller Types</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="2" column="1">
<widget class="QCheckBox" name="disable_web_applet"> <widget class="QCheckBox" name="disable_web_applet">
<property name="text"> <property name="text">
<string>Disable Web Applet**</string> <string>Disable Web Applet</string>
</property> </property>
</widget> </widget>
</item> </item>