mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
macos list devices
This commit is contained in:
parent
40a83e67dd
commit
3b6daf64c7
4 changed files with 42 additions and 35 deletions
|
@ -218,11 +218,11 @@ INT_PTR WINAPI WinProcCallback(HWND hWnd, UINT message, WPARAM wParam, LPARAM lP
|
|||
#else
|
||||
void RemovableDriveManager::search_for_drives()
|
||||
{
|
||||
/*
|
||||
|
||||
#if __APPLE__
|
||||
list_devices();
|
||||
#endif
|
||||
*/
|
||||
|
||||
m_current_drives.clear();
|
||||
m_current_drives.reserve(26);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue