From ee8f67793a454a1eca03fb2814fa37c61db6e4c7 Mon Sep 17 00:00:00 2001 From: Pang Date: Wed, 3 Apr 2024 07:06:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=80=E5=B0=8F=E5=8C=96=E9=98=85?= =?UTF-8?q?=E8=AF=BB=E7=AA=97=E5=8F=A3=E6=96=B0=E5=BB=BA=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E4=B8=8D=E8=87=AA=E5=8A=A8=E6=BF=80=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/electron.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/electron/electron.js b/electron/electron.js index 5b2d720fd..3b54ecbbf 100644 --- a/electron/electron.js +++ b/electron/electron.js @@ -352,7 +352,11 @@ function createWebTabWindow(args) { }) } + if (webTabWindow.isMinimized()) { + webTabWindow.restore() + } webTabWindow.focus(); + webTabWindow.show(); // 创建子窗口 const browserView = new BrowserView({