Fix plugin removal issues

This commit is contained in:
Adam Honse 2025-03-06 11:36:10 -06:00
parent 3ce3447b65
commit 84af91da9e
2 changed files with 10 additions and 26 deletions

View file

@ -310,6 +310,7 @@ void PluginManager::AddPlugin(const filesystem::path& path, bool is_system)
entry.widget = nullptr;
entry.incompatible = true;
entry.api_version = plugin->GetPluginAPIVersion();
entry.is_system = is_system;
loader->unload();