add quick-ask IPC channel and shortcut module

This commit is contained in:
CREDO23 2026-03-24 19:22:43 +02:00
parent 59e7f8f068
commit 801c07291e
2 changed files with 30 additions and 0 deletions

View file

@ -2,4 +2,5 @@ export const IPC_CHANNELS = {
OPEN_EXTERNAL: 'open-external',
GET_APP_VERSION: 'get-app-version',
DEEP_LINK: 'deep-link',
QUICK_ASK_TEXT: 'quick-ask-text',
} as const;