[Logo changes] [ScPrime re-brand]

This commit is contained in:
2019-09-25 23:37:07 -05:00
parent 131af5ee04
commit 2bd40dca51
12 changed files with 19 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ if (ipcRenderer) {
store.dispatch(setActiveRelease(arg.data.Release, arg.data.Version));
for (const provider of Constants.PROVIDER_LIST) {
let state = arg.data[provider] || this.props.ProviderState[provider];
let state = arg.data[provider] || store.getState().mounts.ProviderState[provider];
if (state.AutoMount === undefined) {
state['AutoMount'] = false;
}