mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
eject button functionality
This commit is contained in:
parent
f5e3750d23
commit
8f0eef8f36
5 changed files with 26 additions and 13 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue