mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-07 14:52:39 +02:00
Add desktop IPC, preload, and window types for chat screen capture and full-screen capture.
This commit is contained in:
parent
18108267d1
commit
62b9e328b4
3 changed files with 14 additions and 3 deletions
|
|
@ -11,6 +11,7 @@ export const IPC_CHANNELS = {
|
|||
REQUEST_ACCESSIBILITY: 'request-accessibility',
|
||||
REQUEST_SCREEN_RECORDING: 'request-screen-recording',
|
||||
RESTART_APP: 'restart-app',
|
||||
CAPTURE_FULL_SCREEN: 'capture-full-screen',
|
||||
SCREEN_REGION_SUBMIT: 'screen-region:submit',
|
||||
SCREEN_REGION_CANCEL: 'screen-region:cancel',
|
||||
CHAT_SCREEN_CAPTURE: 'chat:screen-capture',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue