Przeglądaj źródła

fix: no wrap lines for chrome

rufengsuixing 5 lat temu
rodzic
commit
df50952c5c
1 zmienionych plików z 1 dodań i 1 usunięć
  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")