mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
osx search for drives
This commit is contained in:
@@ -148,6 +148,9 @@ void RemovableDriveManager::search_for_drives()
|
|||||||
//search /media/* folder
|
//search /media/* folder
|
||||||
search_path("/media/*", "/media");
|
search_path("/media/*", "/media");
|
||||||
|
|
||||||
|
//search /Volumes/* folder (OSX)
|
||||||
|
search_path("/Volumes/*", "/Volumes");
|
||||||
|
|
||||||
std::string path(std::getenv("USER"));
|
std::string path(std::getenv("USER"));
|
||||||
std::string pp(path);
|
std::string pp(path);
|
||||||
//std::cout << "user: "<< path << "\n";
|
//std::cout << "user: "<< path << "\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user