1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Bug 2652 - User is not warned if they launch Audacity with a locked pluginsettings.cfg file

This commit is contained in:
Leland Lucius 2021-01-31 12:49:43 -06:00
parent ef2c0fca9a
commit 8e93cac1be

View File

@ -1777,6 +1777,9 @@ void PluginManager::Initialize()
// Always load the registry first
Load();
// And force load of setting to verify it's accessible
GetSettings();
// Then look for providers (they may autoregister plugins)
ModuleManager::Get().DiscoverProviders();