diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index 9c8c061c4..ee315bb4f 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -587,6 +587,7 @@ namespace SohImGui { EnhancementCheckbox("Enable 3D Dropped items", "gNewDrops"); EnhancementCheckbox("Dynamic Wallet Icon", "gDynamicWalletIcon"); EnhancementCheckbox("Always show dungeon entrances", "gAlwaysShowDungeonMinimapIcon"); + EnhancementCheckbox("SoH Splashcreen", "gSOHSplashscreen"); if (ImGui::BeginMenu("Fixes")) { EnhancementCheckbox("Fix L&R Pause menu", "gUniformLR"); @@ -605,7 +606,6 @@ namespace SohImGui { ImGui::Separator(); EnhancementCheckbox("Debug Mode", "gDebugEnabled"); - EnhancementCheckbox("Show Build Info on Title Screen", "gShowTitleInfo"); ImGui::EndMenu(); }