Fix crash

This commit is contained in:
Scott E. Graves
2019-07-16 11:55:16 -05:00
parent edb1e664df
commit 8eda25a2a7

View File

@@ -33,7 +33,7 @@ export const saveState = () => {
};
for (const provider of Constants.PROVIDER_LIST) {
currentState[provider] = currentState.mounts.ProviderState[provider];
currentState[provider] = state.mounts.ProviderState[provider];
}
if (ipcRenderer) {