1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Updating: Index installation

Prevents cancelled updates from popping up repeatedly
on each application startup
This commit is contained in:
Vojtech Kral
2019-06-03 11:31:32 +02:00
parent fe395546f0
commit 503212181c
5 changed files with 65 additions and 37 deletions
+2 -4
View File
@@ -265,10 +265,8 @@ bool GUI_App::on_init_inner()
}
CallAfter([this] {
if (!config_wizard_startup(app_conf_exists)) {
// Only notify if there was no wizard so as not to bother too much ...
preset_updater->slic3r_update_notify();
}
config_wizard_startup(app_conf_exists);
preset_updater->slic3r_update_notify();
preset_updater->sync(preset_bundle);
});
}