FIX: Remove duplicates of Disable Navi Call

This commit is contained in:
PurpleHato 2022-06-11 21:30:50 +02:00 committed by louist103
parent a46bee9535
commit f00178e45d

View File

@ -873,8 +873,6 @@ namespace SohImGui {
Tooltip("Kick open every chest"); Tooltip("Kick open every chest");
EnhancementCheckbox("Better Owl", "gBetterOwl"); EnhancementCheckbox("Better Owl", "gBetterOwl");
Tooltip("The default response to Kaepora Gaebora is always that you understood what he said"); Tooltip("The default response to Kaepora Gaebora is always that you understood what he said");
EnhancementCheckbox("Disable Navi Call Audio", "gDisableNaviCallAudio");
Tooltip("Disables the voice audio when Navi calls you");
EnhancementCheckbox("Link's Cow in Both Time Periods", "gCowOfTime"); EnhancementCheckbox("Link's Cow in Both Time Periods", "gCowOfTime");
Tooltip("Allows the Lon Lon Ranch obstacle course reward to be shared across time periods"); Tooltip("Allows the Lon Lon Ranch obstacle course reward to be shared across time periods");
ImGui::EndMenu(); ImGui::EndMenu();