Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 3434c22

Browse files
tweak settings
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent c46b50e commit 3434c22

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

app/src/main/res/xml/root_preferences.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:app="http://schemas.android.com/apk/res-auto">
33

4-
<PreferenceCategory>
5-
<Preference
6-
app:icon="@drawable/ic_baseline_info_24"
7-
app:key="pref_warning_restart"
8-
app:enabled="false"
9-
app:singleLineTitle="false"
10-
app:title="@string/warning_pls_restart" />
11-
</PreferenceCategory>
4+
<PreferenceCategory app:title="@string/warning_pls_restart" app:icon="@drawable/ic_baseline_info_24"/>
125

136
<!-- Custom repos has been announced, check https://github.com/Fox2Code/FoxMagiskModuleManager/issues/131 -->
147
<PreferenceCategory app:title="@string/pref_category_repos">

0 commit comments

Comments
 (0)