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:
parent
ef2c0fca9a
commit
8e93cac1be
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user