Config and signals refactor
- fév. 22, 2021
-
- fév. 17, 2021
-
Refactor signals and the config.
Don't use event.reply when not replying to an event, use win.webContents.send, because this is what we actually do
This stuff is a backend stuff, the instance is just a viewer.
Refact config.js file, use dirrectly the object created from the ini file (less lines of code, less errors)