add -mth (deafult-hidden columns)

This commit is contained in:
ed
2021-08-02 00:47:07 +02:00
parent 0ae574ec2c
commit 3993605324
8 changed files with 29 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ class Cfg(Namespace):
nih=True,
mtp=[],
mte="a",
mth="",
hist=None,
no_hash=False,
css_browser=None,

View File

@@ -21,6 +21,7 @@ class Cfg(Namespace):
ex2 = {
"mtp": [],
"mte": "a",
"mth": "",
"hist": None,
"no_hash": False,
"css_browser": None,