Fix crash
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user