Fixes typo, changes dungeon entrances tooltip, and fixes tabs

This commit is contained in:
Ada 2022-05-14 13:15:15 +01:00
commit 8d1ed08d1b

View file

@ -688,14 +688,14 @@ namespace SohImGui {
EnhancementCheckbox("Dynamic Wallet Icon", "gDynamicWalletIcon");
Tooltip("Changes the rupee in the wallet icon to match the wallet size you currently have");
EnhancementCheckbox("Always show dungeon entrances", "gAlwaysShowDungeonMinimapIcon");
Tooltip("Alays shows entrances to dungeons on the minimap");
Tooltip("Always shows entrances to dungeons on the minimap");
ImGui::Text("Fixes");
ImGui::Separator();
EnhancementCheckbox("Fix L&R Pause menu", "gUniformLR");
Tooltip("Makes the L and R buttons in the pause menu the same color");
EnhancementCheckbox("Fix Dungeon entrances", "gFixDungeonMinimapIcon");
Tooltip("Hides the dungeon entrance icon in the top left of the screen");
Tooltip("Show dungeon entrances icon only when it should be.");
EXPERIMENTAL();