linux eject

This commit is contained in:
David Kocik 2019-12-03 10:09:53 +01:00
parent 17b146c0a3
commit 5db80edcd3
3 changed files with 20 additions and 13 deletions

View file

@ -273,6 +273,7 @@ bool GUI_App::on_init_inner()
this->obj_manipul()->update_if_dirty();
RemovableDriveManager::get_instance().update(wxGetLocalTime());
// Preset updating & Configwizard are done after the above initializations,
// and after MainFrame is created & shown.
// The extra CallAfter() is needed because of Mac, where this is the only way