This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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" />
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 >
You can’t perform that action at this time.
0 commit comments