fix: stale .whl cache when .whl changes, added option to delete cache and reload

This commit is contained in:
Ian Chua
2026-07-20 14:47:26 +08:00
parent 2a46bd1384
commit 242e100feb
2 changed files with 36 additions and 6 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ private:
void open_plugin_folder(const Slic3r::PluginDescriptor& plugin);
void delete_local_plugin(const Slic3r::PluginDescriptor& plugin);
void unsubscribe_cloud_plugin(const Slic3r::PluginDescriptor& plugin);
void reinstall_local_plugin(const std::string& plugin_key);
void reload_local_plugin(const std::string& plugin_key, bool clear_cache);
void reinstall_cloud_plugin(const Slic3r::PluginDescriptor& plugin);
void delete_mine_local_and_cloud_plugin(const std::string& plugin_key);