feat: add permission onboarding page and startup routing for macOS

This commit is contained in:
CREDO23 2026-04-02 13:44:57 +02:00
parent ec2b7851b6
commit eaabad38fc
7 changed files with 228 additions and 7 deletions

View file

@ -31,8 +31,8 @@ export function registerIpcHandlers(): void {
requestAccessibility();
});
ipcMain.handle(IPC_CHANNELS.REQUEST_INPUT_MONITORING, () => {
requestInputMonitoring();
ipcMain.handle(IPC_CHANNELS.REQUEST_INPUT_MONITORING, async () => {
return await requestInputMonitoring();
});
ipcMain.handle(IPC_CHANNELS.RESTART_APP, () => {