소스 검색

fix: no wrap lines for chrome

rufengsuixing 5 년 전
부모
커밋
df50952c5c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      luasrc/model/cbi/AdGuardHome/base.lua

+ 1 - 1
luasrc/model/cbi/AdGuardHome/base.lua

@@ -260,7 +260,7 @@ o.optional=true
 o = s:option(TextValue, "downloadlinks",translate("Download links for update"))
 o.optional = false
 o.rows = 4
-o.wrap = "on"
+o.wrap = "soft"
 o.size=111
 o.cfgvalue = function(self, section)
 	return fs.readfile("/usr/share/AdGuardHome/links.txt")