Disable on-screen controls by default

This commit is contained in:
Cameron Gutman
2016-01-07 12:57:59 -06:00
parent e93b103d1e
commit 2e2960ec69
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@
android:key="checkbox_onscreen_controller"
android:title="On-screen controls"
android:summary="Show virtual controller overlay on touchscreen"
android:defaultValue="true"/>
android:defaultValue="false"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/category_host_settings">
<CheckBoxPreference