fix of crash on empty config -> add template filament
fixed checking if template profile needs to be installed fixed checking path before loading profile header from cache / vendor
This commit is contained in:
parent
7873c28584
commit
41d5c16b76
3 changed files with 41 additions and 32 deletions
|
@ -808,6 +808,7 @@ void GUI_App::post_init()
|
|||
// Configuration is not compatible and reconfigure was refused by the user. Application is closing.
|
||||
return;
|
||||
CallAfter([this] {
|
||||
// preset_updater->sync downloads profile updates on background so it must begin after config wizard finished.
|
||||
bool cw_showed = this->config_wizard_startup();
|
||||
this->preset_updater->sync(preset_bundle);
|
||||
this->app_version_check(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue