We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9ba8a commit 7a580b8Copy full SHA for 7a580b8
2 files changed
CHANGELOG.md
@@ -27,6 +27,7 @@
27
- Fix game freeze when inputting large nonsense repository url
28
- Fix focus highlight of `INPUT_FIELD` without validation being shorter than the input field
29
- Fixed `INPUT_FIELD`, `BUTTON` and `INFO` mod option types eating their header
30
+- Fix menu stack getting popped too many times on opening the mod manager help menu resulting in the game being stuck in the mod manager menu
31
32
## [1.0.4] 2025-06-26
33
src/gui/menu.ts
@@ -519,8 +519,6 @@ modmanager.gui.Menu = (sc.ListInfoMenu ?? sc.SortableListMenu).extend({
519
Lang.help.pages,
520
() => {
521
this.showMenu()
522
- sc.menu.popBackCallback()
523
524
},
525
true
526
)
0 commit comments