mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 06:30:05 +08:00
fix: httpUpgrade doesn't httpupgrade
This commit is contained in:
parent
3eb688d1e0
commit
f1a398b8e2
@ -173,7 +173,7 @@ abstract class StandardV2RaySettingsActivity : ProfileSettingsActivity<StandardV
|
||||
path.preference.isVisible = true
|
||||
}
|
||||
|
||||
"httpUpgrade" -> {
|
||||
"httpupgrade" -> {
|
||||
host.preference.setTitle(R.string.http_upgrade_host)
|
||||
path.preference.setTitle(R.string.http_upgrade_path)
|
||||
host.preference.isVisible = true
|
||||
|
||||
@ -263,7 +263,7 @@
|
||||
<item>http</item>
|
||||
<item>quic</item>
|
||||
<item>grpc</item>
|
||||
<item>httpUpgrade</item>
|
||||
<item>httpupgrade</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="trojan_go_networks_entry">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user