mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-07 10:05:48 +01:00
fixed hiding stuff
This commit is contained in:
parent
dbb08e5085
commit
73677ee57c
@ -102,7 +102,7 @@ This can take a couple of minutes."</string>
|
|||||||
|
|
||||||
<string name="pref_about_title">About Vanced microG</string>
|
<string name="pref_about_title">About Vanced microG</string>
|
||||||
<string name="pref_cast_double_fix">Cast duplication fix</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>
|
<string name="brand_spoof_button">Huawei</string>
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
android:key="pref_hide_launcher_icon"
|
android:key="pref_hide_launcher_icon"
|
||||||
android:title="@string/pref_hide_launcher_icon"
|
android:title="@string/pref_hide_launcher_icon"
|
||||||
android:icon="@drawable/ic_baseline_hide_source_24"
|
android:icon="@drawable/ic_baseline_hide_source_24"
|
||||||
android:defaultValue="true"/>
|
android:defaultValue="false"/>
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
<PreferenceCategory android:layout="@layout/preference_category_no_label">
|
<PreferenceCategory android:layout="@layout/preference_category_no_label">
|
||||||
<Preference
|
<Preference
|
||||||
|
Loading…
Reference in New Issue
Block a user