mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user