mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
add the backup logic to make sure plugin install success
Change-Id: Id9da725ffe2e6d604c2771abf89cf445824793db
This commit is contained in:
parent
a9e3bb59a0
commit
49fc813383
4 changed files with 37 additions and 5 deletions
|
@ -75,7 +75,7 @@ class NetworkAgent
|
|||
{
|
||||
|
||||
public:
|
||||
static int initialize_network_module();
|
||||
static int initialize_network_module(bool using_backup = false);
|
||||
static int unload_network_module();
|
||||
#if defined(_MSC_VER) || defined(_WIN32)
|
||||
static HMODULE get_bambu_source_entry();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue