Update Dev Tools Windows#5220
Conversation
There was a problem hiding this comment.
I know this window is not many lines of code, but unless we have a reason to render separate content, I think we should just extend the LUS one like the other two windows. I'd rather not have to worry about backporting changes even if that might be rare.
There was a problem hiding this comment.
I really didn't feel like going through LUS and changing the functions from private to protected there. I'm also still really not on board with LUS providing windows in general. IMO it's lead to more problems and complications than it has actually been convenient.
If this is a hard requirement for you I guess I'll do it, but I think we need to have a discussion about LUS providing ImGui windows at some point.
There was a problem hiding this comment.
Oh.. they're private unlike the other windows.. shame. I'll let it pass then.
Fixes #5217
Updates the naming of the newer overrides for LUS windows to get them in line with other windows. Also updated the console font to MonoLarger instead of MonoSmall because it was uhh.. small.
Also basically copied the Stats menu from LUS into SoH to add the Mono font to that too. I couldn't do the same as the other menu's because the Stats window in LUS has its functions in private, not protected.
Build Artifacts