mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Fix Linux Desktop Application (#491)
* Use separate functions for adding files and folders to configuration for indexing * Add a loading bar while data is syncing * Bump the minor version for the application
This commit is contained in:
@@ -16,7 +16,7 @@ contextBridge.exposeInMainWorld('electronAPI', {
|
||||
})
|
||||
|
||||
contextBridge.exposeInMainWorld('storeValueAPI', {
|
||||
getStoreValue: (key) => ipcRenderer.invoke('getStoreValue', key)
|
||||
handleFileOpen: (key) => ipcRenderer.invoke('handleFileOpen', key)
|
||||
})
|
||||
|
||||
contextBridge.exposeInMainWorld('getFilesAPI', {
|
||||
|
||||
Reference in New Issue
Block a user