Closed MaanooAk closed 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.
electron-config
Settings
Note: you can check (for debugging) the config file path by typing settings.getPath() in the console
settings.getPath()
👍
Based on #49, used
electron-config
and created the wrapper classSettings
. 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