32-bit releases

This commit is contained in:
2020-04-30 00:28:08 -05:00
parent 4fbb1105a5
commit 100f7758ce
2 changed files with 5 additions and 1 deletions

View File

@@ -224,7 +224,7 @@ class MountItems extends IPCContainer {
return ((i === 'GooboxS3') && this.props.gooboxS3Supported) ||
((i === 'Skynet') && this.props.skynetSupported) ||
((i === 'ScPrime') && this.props.scPrimeSupported) ||
((i !== 'GooboxS3') && (i !== 'Skynet') && (i !== 'ScPrime'));
((i === 'Sia') && this.props.siaSupported);
});
let remoteList = [];