1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

eject button functionality

This commit is contained in:
David Kocik
2019-12-11 14:53:28 +01:00
parent f5e3750d23
commit 8f0eef8f36
5 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
-(void) on_device_unmount: (NSNotification*) notification
{
NSLog(@"on device change");
Slic3r::GUI::RemovableDriveManager::get_instance().update();
Slic3r::GUI::RemovableDriveManager::get_instance().update(0,true);
}
-(void) add_unmount_observer
{