1
0
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:
Paul Licameli
2018-01-03 03:22:13 -05:00
parent 0ec42f3dd2
commit 191945c8f7

View File

@@ -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;