mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-21 20:56:08 +03:00
update v4.1.7
This commit is contained in:
parent
433883c3bf
commit
91827f47ee
@ -45,6 +45,13 @@
|
|||||||
<ctrl:VLESS_KCP_Control />
|
<ctrl:VLESS_KCP_Control />
|
||||||
</TabItem>
|
</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"
|
<TabItem Width="200" Height="40"
|
||||||
Tag="{x:Static models:RayType.VLESS_gRPC}"
|
Tag="{x:Static models:RayType.VLESS_gRPC}"
|
||||||
IsEnabled="{Binding Checked_VLESS_gRPC}"
|
IsEnabled="{Binding Checked_VLESS_gRPC}"
|
||||||
@ -73,6 +80,13 @@
|
|||||||
<ctrl:VMESS_KCP_Control />
|
<ctrl:VMESS_KCP_Control />
|
||||||
</TabItem>
|
</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"
|
<TabItem Width="200" Height="40"
|
||||||
Tag="{x:Static models:RayType.Trojan_TCP}"
|
Tag="{x:Static models:RayType.Trojan_TCP}"
|
||||||
IsEnabled="{Binding Checked_Trojan_TCP}"
|
IsEnabled="{Binding Checked_Trojan_TCP}"
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
<TabItem Width="200" Height="40"
|
<TabItem Width="200" Height="40"
|
||||||
Tag="{x:Static models:RayType.VLESS_QUIC}"
|
Tag="{x:Static models:RayType.VLESS_QUIC}"
|
||||||
IsEnabled="{Binding Checked_VLESS_QUIC}"
|
IsEnabled="{Binding Checked_VLESS_QUIC}"
|
||||||
Header="VLESS-Quic">
|
Header="VLESS-QUIC">
|
||||||
<ctrl:VLESS_QUIC_Control />
|
<ctrl:VLESS_QUIC_Control />
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
@ -83,7 +83,7 @@
|
|||||||
<TabItem Width="200" Height="40"
|
<TabItem Width="200" Height="40"
|
||||||
Tag="{x:Static models:RayType.VMESS_QUIC}"
|
Tag="{x:Static models:RayType.VMESS_QUIC}"
|
||||||
IsEnabled="{Binding Checked_VLESS_QUIC}"
|
IsEnabled="{Binding Checked_VLESS_QUIC}"
|
||||||
Header="VMESS-Quic">
|
Header="VMESS-QUIC">
|
||||||
<ctrl:VMESS_QUIC_Control />
|
<ctrl:VMESS_QUIC_Control />
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user