bug fix - using two devices

This commit is contained in:
David Kocik 2019-12-18 09:36:26 +01:00
parent c396ec25a1
commit 7e4e1745af

View file

@ -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()