make headers bold

This commit is contained in:
piotr
2022-01-15 21:58:41 +01:00
parent bf6130b8c8
commit e705de77e5

View File

@@ -315,7 +315,8 @@ def main():
check_key(panel, "output", "")
clones = []
if panel["output"] == "All" and len(common.outputs) > 1:
# fix #81
if panel["output"] == "All" and len(common.outputs) >= 1:
to_remove.append(panel)
for key in common.outputs.keys():
clone = panel.copy()