Allow changing content of last column of the novel tree

This commit is contained in:
Veronica Berglyd Olsen
2022-06-12 19:59:18 +02:00
parent 88b2d61cec
commit 8040441757
3 changed files with 114 additions and 7 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ VALID_MAP = {
"winWidth", "winHeight", "widthCol0", "widthCol1", "widthCol2",
"widthCol3", "widthCol4", "wordsPerPage", "countFrom", "clearDouble"
},
"GuiWordList": {"winWidth", "winHeight"}
"GuiWordList": {"winWidth", "winHeight"},
"GuiNovelView": {"lastCol"},
}