Browse Source

Change the display mode

Mattraks 4 years ago
parent
commit
3a1700cee8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua

+ 1 - 1
luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua

@@ -256,7 +256,7 @@ o.rmempty = true
 o:depends({type = "v2ray", v2ray_protocol = "shadowsocks"})
 
 -- Shadowsocks Plugin
-o = s:option(ListValue, "plugin", translate("Obfs"))
+o = s:option(Value, "plugin", translate("Obfs"))
 o:value("none", translate("None"))
 if is_finded("obfs-local") then
 	o:value("obfs-local", translate("simple-obfs"))