1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 08:30:06 +02:00

Bug 950 - Non functional plugin prefs (Headline issue fixed)

The residual issue is lower priority and still at bug 950.  I removed the non functional prefs.  Other changes mean that they are no longer needed.
The residual issue is that it could be nice to have a way to filter for new plugins.
This commit is contained in:
James Crook 2015-05-15 22:33:35 +01:00
parent 1e6e251ea9
commit b5dc59677c

View File

@ -134,6 +134,7 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S)
}
S.EndStatic();
#ifndef EXPERIMENTAL_EFFECT_MANAGEMENT
S.StartStatic(_("Plugin Options"));
{
S.TieCheckBox(_("Check for updated plugins when Audacity starts"),
@ -144,6 +145,7 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S)
false);
}
S.EndStatic();
#endif
#ifdef EXPERIMENTAL_EQ_SSE_THREADED
S.StartStatic(_("Instruction Set"));