fixed hiding stuff

This commit is contained in:
KevinX8 2021-03-14 14:10:46 +00:00
parent dbb08e5085
commit 73677ee57c
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ This can take a couple of minutes."</string>
<string name="pref_about_title">About Vanced microG</string>
<string name="pref_cast_double_fix">Cast duplication fix</string>
<string name="pref_hide_launcher_icon">Hide microG icon in the app launcher</string>
<string name="pref_hide_launcher_icon">Hide microG from launcher</string>
<string name="brand_spoof_button">Huawei</string>

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="true"/>
android:defaultValue="false"/>
</PreferenceCategory>
<PreferenceCategory android:layout="@layout/preference_category_no_label">
<Preference