Add a switch to enable/disable showing page breaks in the manuscript tool

This commit is contained in:
Veronica Berglyd Olsen
2024-11-07 17:52:56 +01:00
parent 0c659422b7
commit fc6e0a577f
6 changed files with 43 additions and 28 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ VALID_MAP: dict[str, set[str]] = {
},
"GuiManuscript": {
"winWidth", "winHeight", "optsWidth", "viewWidth", "listHeight",
"detailsHeight", "detailsWidth", "detailsExpanded",
"detailsHeight", "detailsWidth", "detailsExpanded", "showNewPage",
},
"GuiManuscriptBuild": {
"winWidth", "winHeight", "fmtWidth", "sumWidth",