revert default state

This commit is contained in:
KevinX8 2021-03-14 14:26:13 +00:00
parent 94ba880540
commit 9f8f696656
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
android:key="pref_hide_launcher_icon"
android:title="@string/pref_hide_launcher_icon"
android:icon="@drawable/ic_baseline_hide_source_24"
android:defaultValue="false"/>
android:defaultValue="true"/>
</PreferenceCategory>
<PreferenceCategory android:layout="@layout/preference_category_no_label">
<Preference