fix typo in FMS2/AMS2 effect number

This commit is contained in:
tildearrow 2025-05-21 15:54:28 -05:00
parent b98ff13753
commit 981e798519
3 changed files with 7 additions and 3 deletions

View file

@ -626,10 +626,13 @@ void FurnaceGUI::drawMobileControls() {
mobileMenuPos=0.0f;
aboutOpen=true;
}
ImGui::SameLine();
if (ImGui::Button(_("WelcPopup"))) {
tutorial.protoWelcome=false;
}
ImGui::SameLine();
if (ImGui::Button(_("EffectList"))) {
effectListOpen=!effectListOpen;
}
if (ImGui::Button(_("Switch to Desktop Mode"))) {
toggleMobileUI(!mobileUI);
}

View file

@ -4943,6 +4943,7 @@ bool FurnaceGUI::loop() {
MEASURE(grooves,drawGrooves());
MEASURE(regView,drawRegView());
MEASURE(memory,drawMemory());
MEASURE(effectList,drawEffectList());
MEASURE(userPresets,drawUserPresets());
MEASURE(patManager,drawPatManager());
} else {