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 ccdc48f + 74ac117 commit a9f4502Copy full SHA for a9f4502
changelog.txt
@@ -35,6 +35,7 @@ Template for new versions:
35
36
## Fixes
37
- `idle-crafting`: check that units still have crafting needs before creating a job for them
38
+- `gui/journal`: prevent pause/unpause events from leaking through the UI when keys are mashed
39
40
## Misc Improvements
41
gui/journal.lua
@@ -268,6 +268,7 @@ end
268
JournalScreen = defclass(JournalScreen, gui.ZScreen)
269
JournalScreen.ATTRS {
270
focus_path='journal',
271
+ pass_pause=false,
272
context_mode=DEFAULT_NIL,
273
save_layout=true,
274
save_prefix=''
0 commit comments