mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
parent
f5654d80ef
commit
73bb37b7c9
4 changed files with 189 additions and 284 deletions
|
@ -1211,9 +1211,6 @@ void GUI_App::post_init()
|
|||
// This is ugly but I honestly found no better way to do it.
|
||||
// Neither wxShowEvent nor wxWindowCreateEvent work reliably.
|
||||
if (this->preset_updater) { // G-Code Viewer does not initialize preset_updater.
|
||||
BOOST_LOG_TRIVIAL(info) << "before check_updates";
|
||||
this->check_updates(false);
|
||||
BOOST_LOG_TRIVIAL(info) << "after check_updates";
|
||||
CallAfter([this] {
|
||||
bool cw_showed = this->config_wizard_startup();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue