We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c9fe0 commit a0a6823Copy full SHA for a0a6823
redisinsight/ui/src/electron/utils/ipcDeleteStoreValues.ts
@@ -1,5 +1,5 @@
1
import { ElectronStorageItem, IpcEvent } from 'uiSrc/electron/constants'
2
3
export const ipcDeleteDownloadedVersion = async () => {
4
- await window.electron.ipcRenderer.invoke(IpcEvent.deleteStoreValue, ElectronStorageItem.updateDownloadedVersion)
+ await window.app.ipc.invoke(IpcEvent.deleteStoreValue, ElectronStorageItem.updateDownloadedVersion)
5
}
0 commit comments