From 9c7651d8e2479ed3a8eeeb1ee2a7ec09f56ff8de Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Wed, 2 Oct 2024 23:08:58 -0300 Subject: [PATCH] feat: dev tools --- src/main/services/window-manager.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/services/window-manager.ts b/src/main/services/window-manager.ts index e28e8b3a..4ee747da 100644 --- a/src/main/services/window-manager.ts +++ b/src/main/services/window-manager.ts @@ -118,7 +118,6 @@ export class WindowManager { }); this.notificationWindow.setIgnoreMouseEvents(true); - this.notificationWindow.webContents.openDevTools(); this.notificationWindow.setVisibleOnAllWorkspaces(true, { visibleOnFullScreen: true, });