electron-store icon indicating copy to clipboard operation
electron-store copied to clipboard

config.get() doesn't return default values for certain keys

Open lacymorrow opened this issue 5 years ago • 0 comments

I may be going crazy, but I've been experimenting with resetting the store to default values. For some reason my keyword

Running config.delete() and then restarting the electron starter app resets most settings to default, but not opacity, which returns a null value no matter how many times the store is recreated.

I worked around by manually resetting the default values.

This could be related to #58

lacymorrow avatar Oct 10 '19 05:10 lacymorrow