pbarbiero / enhanced-electron-react-boilerplate

Modern and somewhat opinionated react+electron+webpack boilerplate
MIT License
61 stars 13 forks source link

Example page does not show persisted config #13

Open kirlen opened 6 years ago

kirlen commented 6 years ago

Hi again. The config file definitely gets updated on save, but the config object is empty upon reload. It looks like the app.on('ready') function that initializes it in electron-json-config is never getting called. Any idea why?

I suppose this could be a bug in electron-json-config??