mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
fix: windows unsubsribe loaded plugin not allowed
This commit is contained in:
@@ -2042,6 +2042,8 @@ bool PluginManager::delete_and_unsubscribe_cloud_plugin(const std::string& plugi
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unload_plugin(plugin_key);
|
||||||
|
|
||||||
if (!m_cloud_service.request_cloud_unsubscribe(descriptor, error)) {
|
if (!m_cloud_service.request_cloud_unsubscribe(descriptor, error)) {
|
||||||
set_plugin_error(plugin_key, error);
|
set_plugin_error(plugin_key, error);
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user