From 71d49a58ea77eb356470a22cdfa1a36f560eb865 Mon Sep 17 00:00:00 2001 From: HQ Ong Date: Tue, 8 Nov 2022 17:09:47 +0800 Subject: [PATCH] Fix typo --- .../luasrc/model/cbi/shadowsocksr/client-config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua index c82255615..c04987009 100644 --- a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua +++ b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua @@ -657,7 +657,7 @@ if is_finded("xray") then o:value(v, translate(v)) end o.rmempty = true - o:depends({type = "v2ray", v2ray_protocol = "vless", "tls" = true}) + o:depends({type = "v2ray", v2ray_protocol = "vless", tls = true}) end -- [[ TLS部分 ]] --