Fix assert on empty datadir

This commit is contained in:
Vojtech Kral
2019-01-23 14:38:05 +01:00
parent 3b1b2434c9
commit f63c617251
2 changed files with 2 additions and 1 deletions

View File

@@ -194,6 +194,8 @@ bool GUI_App::OnInit()
preset_updater->slic3r_update_notify();
}
preset_updater->sync(preset_bundle);
load_current_presets();
});