Skip to content

Commit

Permalink
fix: httpUpgrade doesn't httpupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
purofle committed Nov 2, 2023
1 parent 3eb688d commit f1a398b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit f1a398b

Please sign in to comment.