| 781 | } |
| 782 | |
| 783 | PortMenu::PortMenu() |
| 784 | : Menu("gOpenPortMenu", "Port Menu", 0, UIWidgets::Colors::LightBlue) { |
| 785 | } |
| 786 | |
| 787 | void PortMenu::AddMenuSettings() { |
| 788 | AddMenuEntry("Settings", CVAR_SETTING("Menu.SettingsSidebarSection")); |
nothing calls this directly
no outgoing calls
no test coverage detected