Bump
All checks were successful
Build and Release / build-and-release (push) Successful in 12m44s

This commit is contained in:
Bryan1029384756
2026-04-18 17:30:53 -05:00
parent 593eaba82e
commit 43cfbe65f3
22 changed files with 1244 additions and 36 deletions

View File

@@ -19,6 +19,7 @@ contextBridge.exposeInMainWorld('cryptoAPI', {
fetchMetadata: (url) => ipcRenderer.invoke('fetch-metadata', url),
openExternal: (url) => ipcRenderer.invoke('open-external', url),
getScreenSources: () => ipcRenderer.invoke('get-screen-sources'),
setPendingScreenSource: (payload) => ipcRenderer.invoke('screen-share:set-pending-source', payload),
});
contextBridge.exposeInMainWorld('windowControls', {