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