Browse Source
Merge pull request #328 from gre/fix-countervalues-import
Fix countervalues importing
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/renderer/init.js
|
|
@ -41,7 +41,7 @@ if (Object.keys(settings).length !== 0) { |
|
|
|
|
|
|
|
const countervaluesData = db.get('countervalues') |
|
|
|
if (countervaluesData) { |
|
|
|
store.dispatch(CounterValues.importAction(store.getState())) |
|
|
|
store.dispatch(CounterValues.importAction(countervaluesData)) |
|
|
|
} |
|
|
|
|
|
|
|
const state = store.getState() |
|
|
|