Add desktop IPC, preload, and window types for chat screen capture and full-screen capture.

This commit is contained in:
CREDO23 2026-04-27 18:49:15 +02:00
parent 18108267d1
commit 62b9e328b4
3 changed files with 14 additions and 3 deletions

View file

@ -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',