From bd212c4bf3b8efdd672e57b446f72d37f3258e27 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Wed, 15 May 2024 22:45:13 +0800 Subject: [PATCH] remove debug --- src/main/main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/main.ts b/src/main/main.ts index 3747514..5d96f3f 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -482,9 +482,9 @@ function onLoad() { // 创建窗口时触发 function onBrowserWindowCreated(window: BrowserWindow) { - // if (selfInfo.uid) { - // return - // } + if (selfInfo.uid) { + return + } mainWindow = window log('window create', window.webContents.getURL().toString()) try {