mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Make enablement of plug-in after drag-and-drop persistent
This commit is contained in:
@@ -1847,6 +1847,8 @@ bool PluginManager::DropFile(const wxString &fileName)
|
||||
) );
|
||||
for (const auto &id : ids)
|
||||
mPlugins[id].SetEnabled(enable);
|
||||
// Make changes to enabled status persist:
|
||||
this->Save();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user