mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
refactor(desktop): extract IPC channels and handlers into src/ipc/
This commit is contained in:
parent
b6a7f0afa7
commit
fb4dbf04ae
3 changed files with 28 additions and 16 deletions
6
surfsense_desktop/src/ipc/channels.ts
Normal file
6
surfsense_desktop/src/ipc/channels.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export const IPC_CHANNELS = {
|
||||
OPEN_EXTERNAL: 'open-external',
|
||||
GET_APP_VERSION: 'get-app-version',
|
||||
DEEP_LINK: 'deep-link',
|
||||
GET_CLIPBOARD_CONTENT: 'get-clipboard-content',
|
||||
} as const;
|
||||
Loading…
Add table
Add a link
Reference in a new issue