mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Update SohImGuiImpl.cpp
This commit is contained in:
parent
3af186ac69
commit
609d41efce
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue