mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
refactoring
This commit is contained in:
parent
04ef585124
commit
b8b4b1dd42
3 changed files with 58 additions and 75 deletions
|
@ -360,7 +360,7 @@ std::string AppConfig::get_last_output_dir(const std::string &alt) const
|
|||
{
|
||||
if (GUI::RemovableDriveManager::getInstance().update())
|
||||
{
|
||||
return GUI::RemovableDriveManager::getInstance().getLastDrivePath();
|
||||
return GUI::RemovableDriveManager::getInstance().get_last_drive_path();
|
||||
}
|
||||
const auto it = m_storage.find("");
|
||||
if (it != m_storage.end()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue