Redux changes and refactoring

This commit is contained in:
Scott E. Graves
2019-06-06 18:17:35 -05:00
parent 4fa1c89df8
commit 3e612f1497
6 changed files with 190 additions and 122 deletions

View File

@@ -352,7 +352,7 @@ class App extends IPCContainer {
console.log(state);
this.sendRequest(Constants.IPC_Save_State, {
State: state
PState: state
});
}
};