mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
macos first update bug fix
This commit is contained in:
parent
0db9815467
commit
233b60bc12
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue