good stuff

This commit is contained in:
ed
2022-04-29 02:06:56 +02:00
parent 3215afc504
commit 125d0efbd8
6 changed files with 115 additions and 61 deletions

View File

@@ -2239,6 +2239,7 @@ class HttpCli(object):
"srv_info": srv_info,
"dtheme": self.args.theme,
"themes": self.args.themes,
"turbolvl": self.args.turbo,
}
if not self.can_read:
if is_ls:
@@ -2448,7 +2449,6 @@ class HttpCli(object):
j2a["logues"] = logues
j2a["taglist"] = taglist
j2a["txt_ext"] = self.args.textfiles.replace(",", " ")
j2a["turbolvl"] = self.args.turbo
if "mth" in vn.flags:
j2a["def_hcols"] = vn.flags["mth"].split(",")