mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-24 07:51:16 +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
|
// Always load the registry first
|
||||||
Load();
|
Load();
|
||||||
|
|
||||||
|
// And force load of setting to verify it's accessible
|
||||||
|
GetSettings();
|
||||||
|
|
||||||
// Then look for providers (they may autoregister plugins)
|
// Then look for providers (they may autoregister plugins)
|
||||||
ModuleManager::Get().DiscoverProviders();
|
ModuleManager::Get().DiscoverProviders();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user