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:
parent
6102c774ee
commit
74ac96e009
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user