macos first update bug fix

This commit is contained in:
David Kocik 2019-12-16 14:06:25 +01:00
parent 0db9815467
commit 233b60bc12

View File

@ -422,7 +422,7 @@ void RemovableDriveManager::init()
#elif __APPLE__ #elif __APPLE__
m_rdmmm->register_window(); m_rdmmm->register_window();
#endif #endif
update(); update(0, true);
} }
bool RemovableDriveManager::update(const long time,const bool check) bool RemovableDriveManager::update(const long time,const bool check)
{ {