Browse Source

fix: no wrap lines for chrome

rufengsuixing 5 years ago
parent
commit
df50952c5c
1 changed files with 1 additions and 1 deletions
  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")