Skip to content

Commit

Permalink
Adding missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
patheros committed Jun 11, 2022
1 parent f33ceab commit a2460c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChordVault.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ struct ChordVaultWidget : ModuleWidget {

menu->addChild(createSubmenuItem("Dynamic Poly Channels", module->dynamicChannels ? "Yes" : "No",
[=](Menu* menu) {
menu->addChild(createMenuLabel("gate output channels match step polyphony));
menu->addChild(createMenuLabel("gate output channels match step polyphony"));
menu->addChild(createMenuItem("No", CHECKMARK(module->dynamicChannels == false), [module]() {
module->dynamicChannels = false;
}));
Expand Down

0 comments on commit a2460c7

Please sign in to comment.