bugfix: set force desktop checkbox disabled by default
This commit is contained in:
parent
2324827c17
commit
02edfdfee4
@ -4,7 +4,7 @@
|
|||||||
android:key="pref_force_desktop"
|
android:key="pref_force_desktop"
|
||||||
android:title="@string/pref_force_desktop"
|
android:title="@string/pref_force_desktop"
|
||||||
android:summary="@string/pref_force_desktop_sum"
|
android:summary="@string/pref_force_desktop_sum"
|
||||||
android:defaultValue="true" />
|
android:defaultValue="false" />
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:key="pref_build_version"
|
android:key="pref_build_version"
|
||||||
android:title="@string/build_version"
|
android:title="@string/build_version"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user