Fix daemon version check
This commit is contained in:
@@ -98,7 +98,7 @@ class MountItems extends IPCContainer {
|
||||
Directory: this.props.directory,
|
||||
StorageType: storageType,
|
||||
Version: this.props.version
|
||||
});
|
||||
}).data;
|
||||
if (result.Success) {
|
||||
if (result.Valid) {
|
||||
if (this.props.platform !== 'win32') {
|
||||
|
||||
Reference in New Issue
Block a user