nathanbuchar / electron-settings

📝 A simple persistent user settings framework for Electron.
https://electron-settings.js.org
MIT License
814 stars 60 forks source link

Only entered set change value #145

Closed 536f6e6179 closed 3 years ago

536f6e6179 commented 3 years ago

It would be good if all the entries were not gone with the "set" function, only what you entered should be updated.

Currently with each set function the current settings are deleted and only what you have in the new set function is saved. It would be much better if the existing stuff in the config is updated only.