1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-08 08:01:19 +02:00

Only move Nyquist prompt to nyquist IF EXPERIMENTAL_DA

This commit is contained in:
James Crook 2017-04-28 18:10:32 +01:00
parent 6102c774ee
commit 74ac96e009

View File

@ -1510,8 +1510,11 @@ void AudacityProject::PopulateEffectsMenu(CommandManager* c,
;// don't add to menus!
}
else if (plug->IsEffectDefault()
#ifdef EXPERIMENTAL_DA
// Move Nyquist prompt into nyquist group.
&& (plug->GetName() != _("Nyquist Prompt")))
&& (plug->GetName() != _("Nyquist Prompt"))
#endif
)
{
defplugs.Add(plug);
}