bug fix - using two devices
This commit is contained in:
parent
c396ec25a1
commit
7e4e1745af
1 changed files with 1 additions and 0 deletions
|
@ -505,6 +505,7 @@ void RemovableDriveManager::erase_callbacks()
|
|||
}
|
||||
void RemovableDriveManager::set_last_save_path(const std::string& path)
|
||||
{
|
||||
m_last_save_path_verified = false;
|
||||
m_last_save_path = path;
|
||||
}
|
||||
void RemovableDriveManager::verify_last_save_path()
|
||||
|
|
Loading…
Add table
Reference in a new issue