hide fileman buttons when argv-disabled

This commit is contained in:
ed
2021-07-26 23:35:55 +02:00
parent d5a79455d1
commit 72574da834
4 changed files with 10 additions and 4 deletions

View File

@@ -1699,6 +1699,8 @@ class HttpCli(object):
"tag_order": [],
"have_up2k_idx": ("e2d" in vn.flags),
"have_tags_idx": ("e2t" in vn.flags),
"have_mv": (not self.args.no_mv),
"have_del": (not self.args.no_del),
"have_zip": (not self.args.no_zip),
"have_b_u": (self.can_write and self.uparam.get("b") == "u"),
"url_suf": url_suf,