wellsjo / JSON-Splora

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

Theme should stay the same #49

Closed wellsjo closed 7 years ago

wellsjo commented 7 years ago

When you select a theme, close the application, and come back, the theme should be the same

MaanooAk commented 7 years ago

This can be generalized to storing settings of all kinds. (I understand you like dependencies so) I suggest conf or it's wrapper electron-config which stores the files in app.getPath('userData').

wellsjo commented 7 years ago

electron-config sounds nice. If it properly abstracts the file saving location, I think the dependency is valuable. A settings class that wraps it would be appropriate.

wellsjo commented 7 years ago

Closed by #55