mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-31 14:11:45 +00:00
Add clear cache
This commit is contained in:
@@ -5,4 +5,5 @@ contextBridge.exposeInMainWorld('electronAPI', {
|
||||
checkForUpdate: () => ipcRenderer.send('check-for-update'),
|
||||
showMyMenu: () => ipcRenderer.send('show-my-menu'),
|
||||
focusApp: () => ipcRenderer.send('focus-app'),
|
||||
clearMyCache: () => ipcRenderer.send('clear-all-cache'),
|
||||
})
|
Reference in New Issue
Block a user