Fix plugin removal issues

This commit is contained in:
Adam Honse committed 2025-03-06 11:36:10 -06:00
1 parent 3ce3447b65
commit 84af91da9e
2 files changed
+10 -26

No files matched your search

+1
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();