linux eject
This commit is contained in:
parent
19789d78c2
commit
1d25201a12
2 changed files with 7 additions and 8 deletions
src/slic3r/GUI
|
@ -274,9 +274,9 @@ bool GUI_App::on_init_inner()
|
|||
|
||||
this->obj_manipul()->update_if_dirty();
|
||||
|
||||
|
||||
//RemovableDriveManager::get_instance().update(wxGetLocalTime(), true);
|
||||
|
||||
#if __linux__
|
||||
RemovableDriveManager::get_instance().update(wxGetLocalTime(), true);
|
||||
#endif
|
||||
|
||||
// Preset updating & Configwizard are done after the above initializations,
|
||||
// and after MainFrame is created & shown.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue