From 0a190d3ae858295f44623df75db4d4495b322a4e Mon Sep 17 00:00:00 2001 From: Innei Date: Mon, 19 Aug 2024 14:53:56 +0800 Subject: [PATCH] chore: remove devtool toggle Signed-off-by: Innei --- src/main/window.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/window.ts b/src/main/window.ts index 0154f77918..fce6794278 100644 --- a/src/main/window.ts +++ b/src/main/window.ts @@ -83,7 +83,6 @@ export function createWindow( ...configs, }) - window.webContents.openDevTools() function refreshBound(timeout = 0) { setTimeout(() => { const mainWindow = getMainWindow()