sderbidge

Results 3 issues of sderbidge

So I have a bool variable stored in storeVariables called storageEncrypted. When I check/get storageEncrypted it returns undefined even though it is defined after running a second instance. Any reason...

I'd like to set values in the renderer process, would that look like this? **Main Process** ``` ipcMain.handle('setValue', (event, key, value) => { store.set(key, value); }); ``` **Renderer Process** ```...

I'm using electron, dexie, and dexie-encrypted. After building the electron app I get the above error. I'm importing like so: ``` import Dexie from "dexie"; import encrypt from "dexie-encrypted"; ```...