Where to store user settings in Electron (Atom Shell) Application?

前端 未结 6 916
你的背包
你的背包 2020-12-07 14:45

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

6条回答
  •  既然无缘
    2020-12-07 15:02

    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)

提交回复
热议问题