Skip to content

Commit a0a6823

Browse files
committed
fix
1 parent 90c9fe0 commit a0a6823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ElectronStorageItem, IpcEvent } from 'uiSrc/electron/constants'
22

33
export const ipcDeleteDownloadedVersion = async () => {
4-
await window.electron.ipcRenderer.invoke(IpcEvent.deleteStoreValue, ElectronStorageItem.updateDownloadedVersion)
4+
await window.app.ipc.invoke(IpcEvent.deleteStoreValue, ElectronStorageItem.updateDownloadedVersion)
55
}

0 commit comments

Comments
 (0)