Fix remote and S3 detection

This commit is contained in:
2020-12-12 12:22:06 -06:00
parent 617f020ad0
commit 1fedb94157
6 changed files with 61 additions and 12 deletions

View File

@@ -30,6 +30,7 @@ if (ipcRenderer) {
const providerList = [
...Constants.PROVIDER_LIST,
...store.getState().mounts.RemoteMounts,
...store.getState().mounts.S3Mounts,
];
for (const provider of providerList) {
let state = result.data[provider] || store.getState().mounts.ProviderState[provider];