Update SohImGuiImpl.cpp

This commit is contained in:
Ada 2022-05-07 22:25:28 +01:00 committed by GitHub
commit 609d41efce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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