Don't check daemon version for Skynet and GooboxS3
This commit is contained in:
@@ -158,7 +158,7 @@ class MountItems extends IPCContainer {
|
||||
} else {
|
||||
let allowAction = true;
|
||||
if (mount) {
|
||||
let result = remote ?
|
||||
let result = remote || provider === "GooboxS3" || provider === "Skynet" ?
|
||||
{Valid: true, Success: true} :
|
||||
this.sendSyncRequest(Constants.IPC_Check_Daemon_Version, {
|
||||
Provider: provider,
|
||||
|
||||
Reference in New Issue
Block a user