When using createPersistedState there doesn't appear to pass any of the electron-store options along to the store instance. In createStorage it only provides the store instance a file name.
Would it be possible to also support the other options of electron-store?
When using
createPersistedState
there doesn't appear to pass any of theelectron-store
options along to the store instance. IncreateStorage
it only provides the store instance a file name.Would it be possible to also support the other options of
electron-store
?