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

@@ -47,6 +47,7 @@ const electronPlatform = {
},
screenCapture: {
getScreenSources: () => window.cryptoAPI.getScreenSources(),
setPendingSource: (payload) => window.cryptoAPI.setPendingScreenSource(payload),
},
windowControls: {
minimize: () => window.windowControls.minimize(),