linux eject

This commit is contained in:
David Kocik 2019-12-11 18:30:03 +01:00
parent 19789d78c2
commit 1d25201a12
2 changed files with 7 additions and 8 deletions
src/slic3r/GUI

View file

@ -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.