fix: decrease mtu

This commit is contained in:
metacubex
2022-12-08 21:20:21 +08:00
parent fff0cc277d
commit ee0b2f9361
2 changed files with 3 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ class MetaFeatureSettingsDesign(
)
sniffer.listener?.onChanged()
/*
category(R.string.geox_url_setting)
val geoxurlDependencies: MutableList<Preference> = mutableListOf()
@@ -228,7 +228,7 @@ class MetaFeatureSettingsDesign(
placeholder = R.string.dont_modify,
empty = R.string.geosite_url,
configure = geoxurlDependencies::add,
)
) */
}
binding.content.addView(screen.root)