mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 16:43:52 +01:00
Bug 2491 - Reset Configuration does not reset Extended Import preferences
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "../effects/EffectManager.h"
|
||||
#include "../effects/EffectUI.h"
|
||||
#include "../effects/RealtimeEffectManager.h"
|
||||
#include "../import/Import.h"
|
||||
#include "../prefs/EffectsPrefs.h"
|
||||
#include "../prefs/PrefsDialog.h"
|
||||
|
||||
@@ -408,6 +409,8 @@ void OnResetConfig(const CommandContext &context)
|
||||
|
||||
gPrefs->Flush();
|
||||
|
||||
// Bug 2491 - Reset Configuration does not reset Extended Import preferences
|
||||
Importer::Get().ReadImportItems();
|
||||
}
|
||||
|
||||
void OnManageGenerators(const CommandContext &context)
|
||||
|
||||
Reference in New Issue
Block a user