Преглед изворни кода

Merge pull request #1618 from zxlhhyccc/patch-8

luci-app-ssr-plus: Fix Importing configuration cannot import fingerprint.
coolsnowwolf пре 11 месеци
родитељ
комит
88a1fd60db
1 измењених фајлова са 1 додато и 1 уклоњено
  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

@@ -944,7 +944,7 @@ if is_finded("xray") then
 	o:depends({type = "v2ray", v2ray_protocol = "vless", transport = "raw", reality = true})
 
 	-- [[ uTLS ]]--
-	o = s:option(Value, "fingerprint", translate("Finger Print"))
+	o = s:option(ListValue, "fingerprint", translate("Finger Print"))
 	o.default = "chrome"
 	o:value("chrome", translate("chrome"))
 	o:value("firefox", translate("firefox"))