I can\'t seem to locate a built in mechanism to store user settings. I was hoping that electron provided a standard method for storing user settings across all desktop platf
How about LocalStorage? If you need to access these settings from the browser process, you probably need to write your own (or just use a node.js library that implements this)