Skip to content

Commit 231af87

Browse files
committed
remove '3' from BYPASS string that was added in error
1 parent c3c12d9 commit 231af87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PluginEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ SetekhAudioProcessorEditor::SetekhAudioProcessorEditor(SetekhAudioProcessor &p)
8989
addAndMakeVisible(linkGainsToggle);
9090

9191
// Bypass label & toggle
92-
bypassLabel.setText("BYPASS3", juce::dontSendNotification);
92+
bypassLabel.setText("BYPASS", juce::dontSendNotification);
9393
bypassLabel.setFont(juce::Font(roboto).withHeight(20.0f).withStyle(juce::Font::plain));
9494
bypassLabel.setJustificationType(juce::Justification::centred);
9595
bypassLabel.setColour(juce::Label::textColourId, juce::Colours::white);

0 commit comments

Comments
 (0)