mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-23 15:41:09 +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!
|
;// don't add to menus!
|
||||||
}
|
}
|
||||||
else if (plug->IsEffectDefault()
|
else if (plug->IsEffectDefault()
|
||||||
|
#ifdef EXPERIMENTAL_DA
|
||||||
// Move Nyquist prompt into nyquist group.
|
// Move Nyquist prompt into nyquist group.
|
||||||
&& (plug->GetName() != _("Nyquist Prompt")))
|
&& (plug->GetName() != _("Nyquist Prompt"))
|
||||||
|
#endif
|
||||||
|
)
|
||||||
{
|
{
|
||||||
defplugs.Add(plug);
|
defplugs.Add(plug);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user