mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 02:39:38 +02:00
add opt for dotfile visibility default
This commit is contained in:
parent
2e53f7979a
commit
c599e2aaa3
5 changed files with 6 additions and 2 deletions
|
@ -2579,6 +2579,7 @@ class AuthSrv(object):
|
|||
"txt_ext": self.args.textfiles.replace(",", " "),
|
||||
"def_hcols": list(vf.get("mth") or []),
|
||||
"unlist0": vf.get("unlist") or "",
|
||||
"see_dots": self.args.see_dots,
|
||||
"dgrid": "grid" in vf,
|
||||
"dgsel": "gsel" in vf,
|
||||
"dnsort": "nsort" in vf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue