add opt for dotfile visibility default

This commit is contained in:
ed 2025-06-08 18:32:32 +02:00
parent 2e53f7979a
commit c599e2aaa3
5 changed files with 6 additions and 2 deletions

View file

@ -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,