mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-04 10:17:26 +00:00
GUI: rename level direct
This commit is contained in:
parent
bd7f239043
commit
7484bd6d6b
1 changed files with 1 additions and 1 deletions
|
@ -7777,7 +7777,7 @@ void FurnaceGUI::drawInsEdit() {
|
||||||
if (ImGui::IsItemHovered()) {
|
if (ImGui::IsItemHovered()) {
|
||||||
ImGui::SetTooltip(_("Only for OPL4 PCM."));
|
ImGui::SetTooltip(_("Only for OPL4 PCM."));
|
||||||
}
|
}
|
||||||
P(ImGui::Checkbox(_("Level Direct"),&ins->multipcm.levelDirect));
|
P(ImGui::Checkbox(_("Disable volume change ramp"),&ins->multipcm.levelDirect));
|
||||||
ImGui::EndTabItem();
|
ImGui::EndTabItem();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue