Skip to content

Commit

Permalink
sighhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreya-Autumn committed Sep 24, 2024
1 parent dc203a5 commit 1712547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-ui/app/mixer-screen/MixerScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ std::string MixerScreen::effectDisplayName(engine::AvailableBusEffects t, bool f
return forMenu ? "Phaser" : "PHASER";
case engine::delay:
return forMenu ? "Delay" : "DELAY";
case engine::delay:
case engine::floatydelay:
return forMenu ? "Floaty Delay" : "FLOATY DELAY";
case engine::reverb1:
return forMenu ? "Reverb 1" : "REVERB 1";
Expand Down

0 comments on commit 1712547

Please sign in to comment.