eject button after export

This commit is contained in:
David Kocik 2019-12-12 10:48:33 +01:00
parent 1d25201a12
commit 2c7b711f76
3 changed files with 10 additions and 9 deletions

View file

@ -274,7 +274,7 @@ bool GUI_App::on_init_inner()
this->obj_manipul()->update_if_dirty();
#if __linux__
#if !__APPLE__
RemovableDriveManager::get_instance().update(wxGetLocalTime(), true);
#endif