mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-16 15:32:09 +00:00
# Description There is a bug that if user used to use legacy plugin, the `NetworkAgent::use_legacy_network` will not be properly reset after user install a newer plugin version through the plugin update dialog (ie, not from selecting a plugin version from Preference screen). And in that case Orca will download the legacy plugin but instead installing it with a newer version suffix. So on next start up Orca can't find the plugin because it tries to load using legacy version suffix instead. This PR fixes it by getting rid of that error-prone static variable, instead it always use the version number directly. Fix #14373 Fix #14441 # Screenshots/Recordings/Graphs <!-- > Please attach relevant screenshots to showcase the UI changes. > Please attach images that can help explain the changes. --> ## Tests <!-- > Please describe the tests that you have conducted to verify the changes made in this PR. --> <!-- > A guide for users on how to download the artifacts from this PR. --> [How to Download Pull Requests Artifacts for Testing](https://www.orcaslicer.com/wiki/how_to_download_pr_artifacts)