wellsjo / JSON-Splora

GUI app for editing, visualizing, and manipulating JSON data
MIT License
1.86k stars 60 forks source link

Settings system #55

Closed MaanooAk closed 7 years ago

MaanooAk commented 7 years ago

Based on #49, used electron-config and created the wrapper class Settings. Also moved some things around in order to be more dynamic.

Note: you can check (for debugging) the config file path by typing settings.getPath() in the console

wellsjo commented 7 years ago

👍