File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818- Improve browser compatibility
1919- Fix mod menu sometimes opening empty
2020- Improve cc-instanceinator compatibility
21+ - Fix mod options menu title showing the mod title instead of the title defined when registering the mod
2122
2223## [ 1.0.3] 2025-02-16
2324
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ modmanager.gui.OptionsMenu = sc.BaseMenu.extend({
209209 const smb = sc . menu . guiReference . menuDisplay . hook . children
210210 . filter ( h => h . gui instanceof sc . MainMenu . SubMenuBox )
211211 . last ( ) . gui as sc . MainMenu . SubMenuBox
212- smb . text . setText ( this . mod . name )
212+ smb . text . setText ( modmanager . optionConfigs [ this . mod . id ] . settings . title ?? this . mod . name )
213213 } ,
214214 resetOptionsToDefault ( ) {
215215 const options = modmanager . options [ this . mod . id ]
You can’t perform that action at this time.
0 commit comments