mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Provide force fallback for regeneration
This commit is contained in:
@@ -45,5 +45,5 @@ contextBridge.exposeInMainWorld('hostURLAPI', {
|
||||
})
|
||||
|
||||
contextBridge.exposeInMainWorld('syncDataAPI', {
|
||||
syncData: () => ipcRenderer.invoke('syncData')
|
||||
syncData: (regenerate) => ipcRenderer.invoke('syncData', regenerate)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user