mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 13:18:50 +00:00
Trojan add reality
This commit is contained in:
parent
07c07ec60a
commit
4d92caabf8
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ namespace v2rayN.Views
|
|||
|
||||
case EConfigType.Trojan:
|
||||
gridTrojan.Visibility = Visibility.Visible;
|
||||
cmbStreamSecurity.Items.Add(Global.StreamSecurityReality);
|
||||
Global.flows.ForEach(it =>
|
||||
{
|
||||
cmbFlow6.Items.Add(it);
|
||||
|
|
Loading…
Reference in a new issue