Allow hiding inactive tags in document viewer panel

This commit is contained in:
Veronica Berglyd Olsen
2024-01-15 15:50:19 +01:00
parent ca4aa75880
commit a2a62f8b26
2 changed files with 73 additions and 25 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ VALID_MAP: dict[str, set[str]] = {
"winWidth", "winHeight", "fmtWidth", "sumWidth",
},
"GuiDocViewerPanel": {
"colWidths",
"colWidths", "hideInactive",
}
}