Remove at end
This commit is contained in:
@@ -236,20 +236,19 @@ class MountItems extends IPCContainer {
|
||||
Mounted: (arg.data.Location.length > 0),
|
||||
};
|
||||
this.props.setMountState(provider, mountState);
|
||||
this.removeMountsBusy(provider);
|
||||
|
||||
this.updateMountLocation(provider, arg.data.Location, mountState.Mounted, arg.data.DriveLetters);
|
||||
|
||||
this.props.setAutoMountProcessed(provider,true);
|
||||
this.removeMountsBusy(provider);
|
||||
} else {
|
||||
this.props.notifyError(arg.data.Error);
|
||||
}
|
||||
};
|
||||
|
||||
onMountDriveReply = (event, arg) => {
|
||||
this.removeMountsBusy(arg.data.Provider);
|
||||
this.props.setMounted(arg.data.Provider, arg.data.Success);
|
||||
this.detectMount(arg.data.Provider);
|
||||
this.removeMountsBusy(arg.data.Provider);
|
||||
};
|
||||
|
||||
onUnmountDriveReply = (event, arg) => {
|
||||
|
||||
Reference in New Issue
Block a user