macos list devices

This commit is contained in:
Slic3rPE 2019-12-10 11:35:39 +01:00 committed by David Kocik
parent c3653589f6
commit c37128ad63
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);