fix: hide unused settings
This commit is contained in:
parent
3340ce4e58
commit
2253780903
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,8 @@
|
||||||
<Preference
|
<Preference
|
||||||
app:icon="@drawable/ic_server"
|
app:icon="@drawable/ic_server"
|
||||||
app:key="switchServer"
|
app:key="switchServer"
|
||||||
app:title="@string/settings_category_servers" />
|
app:title="@string/settings_category_servers"
|
||||||
|
app:isPreferenceVisible="false"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
app:icon="@drawable/ic_requests"
|
app:icon="@drawable/ic_requests"
|
||||||
|
@ -25,7 +26,8 @@
|
||||||
<Preference
|
<Preference
|
||||||
app:icon="@drawable/ic_globe"
|
app:icon="@drawable/ic_globe"
|
||||||
app:key="switchAddress"
|
app:key="switchAddress"
|
||||||
app:title="@string/addresses" />
|
app:title="@string/addresses"
|
||||||
|
app:isPreferenceVisible="false"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
app:fragment="com.nomadics9.ananas.fragments.SettingsAppearanceFragment"
|
app:fragment="com.nomadics9.ananas.fragments.SettingsAppearanceFragment"
|
||||||
|
|
Loading…
Reference in a new issue