From 9d43e47a545bdb0cf34a16ee5f3f4dbce501867f Mon Sep 17 00:00:00 2001 From: sunsets <845944018@qq.com> Date: Mon, 18 Mar 2024 10:41:14 +0800 Subject: [PATCH] Update GUI_App.cpp --- src/slic3r/GUI/GUI_App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index d0f5289..8bf45dc 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -831,7 +831,7 @@ void GUI_App::post_init() // 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); - //B52 + //B57 //if (! cw_showed) { // // The CallAfter is needed as well, without it, GL extensions did not show. // // Also, we only want to show this when the wizard does not, so the new user