From 8ab376a581a19f7b15817bb37aa604f01014a16d Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 3 Mar 2020 14:41:57 -0600 Subject: [PATCH] Don't check daemon version for Skynet and GooboxS3 --- src/containers/MountItems/MountItems.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/MountItems/MountItems.js b/src/containers/MountItems/MountItems.js index c1d0757..bdd86b2 100644 --- a/src/containers/MountItems/MountItems.js +++ b/src/containers/MountItems/MountItems.js @@ -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,