From de873c9415771f8d6bce2172f9d07903a75b7922 Mon Sep 17 00:00:00 2001 From: neuronull <9162534+neuronull@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:02:28 -0600 Subject: [PATCH] frageele? --- .../src/autofill/main/main-desktop-autotype.service.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/desktop/src/autofill/main/main-desktop-autotype.service.ts b/apps/desktop/src/autofill/main/main-desktop-autotype.service.ts index e9350fb606c..59d1cb5a030 100644 --- a/apps/desktop/src/autofill/main/main-desktop-autotype.service.ts +++ b/apps/desktop/src/autofill/main/main-desktop-autotype.service.ts @@ -19,13 +19,13 @@ export class MainDesktopAutotypeService { ) { this.autotypeKeyboardShortcut = new AutotypeKeyboardShortcut(); - ipcMain.handle(AUTOTYPE_IPC_CHANNELS.INITIALIZED, () => { - return this.isInitialized; - }); - ipcMain.handle(AUTOTYPE_IPC_CHANNELS.INIT, () => { this.init(); }); + + ipcMain.handle(AUTOTYPE_IPC_CHANNELS.INITIALIZED, () => { + return this.isInitialized; + }); } init() {