mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
micro refactor vender type
This commit is contained in:
@@ -2462,6 +2462,7 @@ bool GUI_App::on_init_inner()
|
||||
#endif // __WXMSW__
|
||||
|
||||
preset_updater = new PresetUpdater();
|
||||
#if orca_todo
|
||||
Bind(EVT_SLIC3R_VERSION_ONLINE, [this](const wxCommandEvent& evt) {
|
||||
if (this->plater_ != nullptr) {
|
||||
// this->plater_->get_notification_manager()->push_notification(NotificationType::NewAppAvailable);
|
||||
@@ -2550,6 +2551,7 @@ bool GUI_App::on_init_inner()
|
||||
});
|
||||
dlg.ShowModal();
|
||||
});
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
#ifdef __WXMSW__
|
||||
|
||||
Reference in New Issue
Block a user