There was an error while loading. Please reload this page.
1 parent c3c12d9 commit 231af87Copy full SHA for 231af87
1 file changed
src/PluginEditor.cpp
@@ -89,7 +89,7 @@ SetekhAudioProcessorEditor::SetekhAudioProcessorEditor(SetekhAudioProcessor &p)
89
addAndMakeVisible(linkGainsToggle);
90
91
// Bypass label & toggle
92
- bypassLabel.setText("BYPASS3", juce::dontSendNotification);
+ bypassLabel.setText("BYPASS", juce::dontSendNotification);
93
bypassLabel.setFont(juce::Font(roboto).withHeight(20.0f).withStyle(juce::Font::plain));
94
bypassLabel.setJustificationType(juce::Justification::centred);
95
bypassLabel.setColour(juce::Label::textColourId, juce::Colours::white);
0 commit comments