mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
micro refactor vender type
This commit is contained in:
parent
1f03e4d241
commit
aa4c042855
17 changed files with 79 additions and 81 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue