ShadowSocksLogic
CloakLogic
This commit is contained in:
parent
a6e5cfff8a
commit
deda2e158e
13 changed files with 684 additions and 762 deletions
|
|
@ -130,7 +130,7 @@ Window {
|
|||
if (item instanceof PageProtoOpenVPN) {
|
||||
return PageEnum.OpenVpnSettings
|
||||
}
|
||||
if (item instanceof PageProtoShadowSock) {
|
||||
if (item instanceof PageProtoShadowSocks) {
|
||||
return PageEnum.ShadowSocksSettings
|
||||
}
|
||||
if (item instanceof PageProtoCloak) {
|
||||
|
|
@ -332,7 +332,7 @@ Window {
|
|||
}
|
||||
Component {
|
||||
id: page_proto_shadowsocks
|
||||
PageProtoShadowSock {}
|
||||
PageProtoShadowSocks {}
|
||||
}
|
||||
Component {
|
||||
id: page_proto_cloak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue