Fix mount detection

This commit is contained in:
2019-10-05 23:27:25 -05:00
parent 9be55984bc
commit caa8cd32d0
2 changed files with 49 additions and 32 deletions

View File

@@ -89,7 +89,7 @@ const addListeners = (ipcMain, setTrayImage, standardIPCReply) => {
let driveLetters = {};
const providerList = [
...Constants.PROVIDER_LIST,
data.RemoteMounts,
...data.RemoteMounts,
];
for (const provider of providerList) {
driveLetters[provider] = [];