So im having a weird bug, after daisy shows the mc how to trow a fireball, the quickmenu/modmenu button dissapears:
Weird, couldn't reproduce the bug, but I tried to make a fix for the issue.
Basically, my mod now checks if the quick menu is appended to the list of overlay screens and if that's not the case, it will add it.
In addition to that, check if you deactivated the quick menu.There's an old toggle for the keys "q" and "z". Try pressing those keys.
After that, try pressing "Shift+O" (that's an ohh, not a zero) to open the command.
Then you can type the following three lines, hitting Enter/Return after each line:
quick_menu = True
persistent.quick_menu = True
config.overlay_screens.append("quick_menu")
Pressing ESC (the escape key) should close the console again.
With these three lines, the quick menu should defenitely appear (if it's not another a completely different issue).
If it's still not appearing, can you open the console and type just
config.overlay_screens
and post the output on the screen?
But first, try the updated mod.