mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Make enablement of plug-in after drag-and-drop persistent
This commit is contained in:
parent
0ec42f3dd2
commit
191945c8f7
@ -1847,6 +1847,8 @@ bool PluginManager::DropFile(const wxString &fileName)
|
|||||||
) );
|
) );
|
||||||
for (const auto &id : ids)
|
for (const auto &id : ids)
|
||||||
mPlugins[id].SetEnabled(enable);
|
mPlugins[id].SetEnabled(enable);
|
||||||
|
// Make changes to enabled status persist:
|
||||||
|
this->Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user