We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dc10e3 + 800ae83 commit 10a04abCopy full SHA for 10a04ab
changelog.txt
@@ -32,6 +32,7 @@ Template for new versions:
32
## New Features
33
34
## Fixes
35
+- `gui/journal`: fix typo which caused the table of contents to always be regenerated even when not needed
36
- `gui/mod-manager`: gracefully handle mods with missing or broken ``info.txt`` files
37
- `uniform-unstick`: resolve overlap with new buttons in 51.13
38
gui/journal.lua
@@ -72,7 +72,7 @@ function JournalWindow:init()
72
self.subviews.table_of_contents_panel.visible = not collapsed
73
self.subviews.table_of_contents_divider.visible = not collapsed
74
75
- if not colllapsed then
+ if not collapsed then
76
self:reloadTableOfContents()
77
end
78
0 commit comments