mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
prev commit linux part
This commit is contained in:
parent
1ec7fc23e2
commit
9c79c7f644
4 changed files with 3 additions and 57 deletions
|
@ -357,18 +357,6 @@ void AppConfig::update_skein_dir(const std::string &dir)
|
|||
|
||||
std::string AppConfig::get_last_output_dir(const std::string &alt) const
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
if (GUI::RemovableDriveManager::getInstance().update())
|
||||
{
|
||||
return GUI::RemovableDriveManager::getInstance().get_last_drive_path();
|
||||
}
|
||||
>>>>>>> removable drive manager - Windows part
|
||||
=======
|
||||
|
||||
>>>>>>> check if last path is on rem drive
|
||||
const auto it = m_storage.find("");
|
||||
if (it != m_storage.end()) {
|
||||
const auto it2 = it->second.find("last_output_path");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue