macos list devices

This commit is contained in:
Slic3rPE 2019-12-10 11:35:39 +01:00
parent 40a83e67dd
commit 3b6daf64c7
4 changed files with 42 additions and 35 deletions

View file

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