Fix plugin removal issues
This commit is contained in:
parent
3ce3447b65
commit
84af91da9e
2 changed files with 10 additions and 26 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue