Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 336d2a5

Browse files
committed
wechat video
1 parent 177c82d commit 336d2a5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

V2RayX/ConfigWindowController.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ - (IBAction)showtransportSettings:(id)sender {
149149
[_kcpHeaderTypeButton selectItemAtIndex:1];
150150
} else if ([headerType isEqualToString:@"utp"]) {
151151
[_kcpHeaderTypeButton selectItemAtIndex:2];
152+
} else if ([headerType isEqualToString:@"wechat-video"]) {
153+
[_kcpHeaderTypeButton selectItemAtIndex:3];
152154
}
153155
}
154156
//tcp

V2RayX/transportWindow.xib

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12120"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12121"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<objects>
@@ -33,7 +33,7 @@
3333
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
3434
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
3535
<rect key="contentRect" x="196" y="240" width="465" height="246"/>
36-
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
36+
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
3737
<view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
3838
<rect key="frame" x="0.0" y="0.0" width="465" height="246"/>
3939
<autoresizingMask key="autoresizingMask"/>
@@ -140,6 +140,9 @@
140140
<menuItem title="none" state="on" id="1Pi-1b-1uc"/>
141141
<menuItem title="srtp" id="g9Z-Wl-pXk"/>
142142
<menuItem title="utp" id="Les-gL-qWc"/>
143+
<menuItem title="wechat-video" id="vcG-hx-wul">
144+
<modifierMask key="keyEquivalentModifierMask"/>
145+
</menuItem>
143146
</items>
144147
</menu>
145148
</popUpButtonCell>

0 commit comments

Comments
 (0)