mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Perform init_vendors at startup
This commit is contained in:
parent
31ea03feb0
commit
12b3132b1a
3 changed files with 3 additions and 3 deletions
|
@ -700,9 +700,6 @@ ConfigWizard::~ConfigWizard() {}
|
|||
|
||||
bool ConfigWizard::run(wxWindow *parent, PresetBundle *preset_bundle)
|
||||
{
|
||||
// FIXME: this should be done always at app startup
|
||||
PresetUpdater::init_vendors();
|
||||
|
||||
ConfigWizard wizard(parent);
|
||||
if (wizard.ShowModal() == wxID_OK) {
|
||||
wizard.p->apply_config(GUI::get_app_config(), preset_bundle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue