| 226 | } |
| 227 | |
| 228 | void Menu::UpdateElement() { |
| 229 | menuThemeIndex = static_cast<UIWidgets::Colors>(CVarGetInteger(CVAR_SETTING("Menu.Theme"), defaultThemeIndex)); |
| 230 | } |
| 231 | |
| 232 | bool ModernMenuSidebarEntry(std::string label) { |
| 233 | ImGuiContext& g = *GImGui; |
nothing calls this directly
no outgoing calls
no test coverage detected