windows registration for device notif(thru hidden app) - windows doesnt need update now
This commit is contained in:
parent
b386eb45dc
commit
8f069e2d47
3 changed files with 40 additions and 73 deletions
src/slic3r/GUI
|
@ -273,7 +273,7 @@ bool GUI_App::on_init_inner()
|
|||
this->obj_manipul()->update_if_dirty();
|
||||
|
||||
|
||||
RemovableDriveManager::get_instance().update(wxGetLocalTime());
|
||||
//RemovableDriveManager::get_instance().update(wxGetLocalTime());
|
||||
|
||||
|
||||
// Preset updating & Configwizard are done after the above initializations,
|
||||
|
@ -303,6 +303,7 @@ bool GUI_App::on_init_inner()
|
|||
preset_updater->slic3r_update_notify();
|
||||
preset_updater->sync(preset_bundle);
|
||||
});
|
||||
RemovableDriveManager::get_instance().init();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue