mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
feat: add renderer readiness signaling and update IPC channels for folder sync
This commit is contained in:
parent
1ef0d913e7
commit
5d6e3ffb7b
4 changed files with 48 additions and 20 deletions
|
|
@ -44,4 +44,5 @@ contextBridge.exposeInMainWorld('electronAPI', {
|
|||
},
|
||||
pauseWatcher: () => ipcRenderer.invoke(IPC_CHANNELS.FOLDER_SYNC_PAUSE),
|
||||
resumeWatcher: () => ipcRenderer.invoke(IPC_CHANNELS.FOLDER_SYNC_RESUME),
|
||||
signalRendererReady: () => ipcRenderer.invoke(IPC_CHANNELS.FOLDER_SYNC_RENDERER_READY),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue