add sameDevice to SlicingViewModel
This commit is contained in:
parent
003c2e0dca
commit
fea07917fa
1 changed files with 2 additions and 1 deletions
|
|
@ -204,7 +204,8 @@ $(function() {
|
||||||
name: name,
|
name: name,
|
||||||
configured: slicer.configured,
|
configured: slicer.configured,
|
||||||
sourceExtensions: slicer.extensions.source,
|
sourceExtensions: slicer.extensions.source,
|
||||||
destinationExtensions: slicer.extensions.destination
|
destinationExtensions: slicer.extensions.destination,
|
||||||
|
sameDevice: slicer.sameDevice
|
||||||
};
|
};
|
||||||
self.slicers.push(props);
|
self.slicers.push(props);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue