diff --git a/Minecraft.Client/Platform/Common/UI/UIScene_SettingsMenu.cpp b/Minecraft.Client/Platform/Common/UI/UIScene_SettingsMenu.cpp index d79951807..91a7bc351 100644 --- a/Minecraft.Client/Platform/Common/UI/UIScene_SettingsMenu.cpp +++ b/Minecraft.Client/Platform/Common/UI/UIScene_SettingsMenu.cpp @@ -44,6 +44,8 @@ std::wstring UIScene_SettingsMenu::getMoviePath() { } void UIScene_SettingsMenu::handleReload() { + bool bNotInGame = (Minecraft::GetInstance()->level == NULL); + if (ProfileManager.GetPrimaryPad() != m_iPad) { removeControl(&m_buttons[BUTTON_ALL_AUDIO], bNotInGame); removeControl(&m_buttons[BUTTON_ALL_GRAPHICS], bNotInGame);