mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-30 10:04:35 +08:00
bug fix - using two devices
This commit is contained in:
parent
c396ec25a1
commit
7e4e1745af
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user