mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-04-04 06:13:37 +03:00
update v4.1.7
This commit is contained in:
parent
433883c3bf
commit
91827f47ee
2 changed files with 16 additions and 2 deletions
|
@ -45,6 +45,13 @@
|
|||
<ctrl:VLESS_KCP_Control />
|
||||
</TabItem>
|
||||
|
||||
<TabItem Width="200" Height="40"
|
||||
Tag="{x:Static models:RayType.VLESS_QUIC}"
|
||||
IsEnabled="{Binding Checked_VLESS_QUIC}"
|
||||
Header="VLESS-QUIC">
|
||||
<ctrl:VLESS_QUIC_Control />
|
||||
</TabItem>
|
||||
|
||||
<TabItem Width="200" Height="40"
|
||||
Tag="{x:Static models:RayType.VLESS_gRPC}"
|
||||
IsEnabled="{Binding Checked_VLESS_gRPC}"
|
||||
|
@ -73,6 +80,13 @@
|
|||
<ctrl:VMESS_KCP_Control />
|
||||
</TabItem>
|
||||
|
||||
<TabItem Width="200" Height="40"
|
||||
Tag="{x:Static models:RayType.VMESS_QUIC}"
|
||||
IsEnabled="{Binding Checked_VLESS_QUIC}"
|
||||
Header="VMESS-QUIC">
|
||||
<ctrl:VMESS_QUIC_Control />
|
||||
</TabItem>
|
||||
|
||||
<TabItem Width="200" Height="40"
|
||||
Tag="{x:Static models:RayType.Trojan_TCP}"
|
||||
IsEnabled="{Binding Checked_Trojan_TCP}"
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<TabItem Width="200" Height="40"
|
||||
Tag="{x:Static models:RayType.VLESS_QUIC}"
|
||||
IsEnabled="{Binding Checked_VLESS_QUIC}"
|
||||
Header="VLESS-Quic">
|
||||
Header="VLESS-QUIC">
|
||||
<ctrl:VLESS_QUIC_Control />
|
||||
</TabItem>
|
||||
|
||||
|
@ -83,7 +83,7 @@
|
|||
<TabItem Width="200" Height="40"
|
||||
Tag="{x:Static models:RayType.VMESS_QUIC}"
|
||||
IsEnabled="{Binding Checked_VLESS_QUIC}"
|
||||
Header="VMESS-Quic">
|
||||
Header="VMESS-QUIC">
|
||||
<ctrl:VMESS_QUIC_Control />
|
||||
</TabItem>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue