mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
bug fix - using two devices
This commit is contained in:
@@ -505,6 +505,7 @@ void RemovableDriveManager::erase_callbacks()
|
|||||||
}
|
}
|
||||||
void RemovableDriveManager::set_last_save_path(const std::string& path)
|
void RemovableDriveManager::set_last_save_path(const std::string& path)
|
||||||
{
|
{
|
||||||
|
m_last_save_path_verified = false;
|
||||||
m_last_save_path = path;
|
m_last_save_path = path;
|
||||||
}
|
}
|
||||||
void RemovableDriveManager::verify_last_save_path()
|
void RemovableDriveManager::verify_last_save_path()
|
||||||
|
|||||||
Reference in New Issue
Block a user