From fd2d4c723c5bffaff75d9c7a6289561997abb173 Mon Sep 17 00:00:00 2001 From: Konv Suu <2583695112@qq.com> Date: Mon, 1 Sep 2025 12:55:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BF=AB=E6=8D=B7=E5=8A=A9=E6=89=8B?= =?UTF-8?q?=E6=89=93=E5=BC=80=E7=BD=91=E5=9D=80=E5=BA=94=E8=AF=A5=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=B5=8F=E8=A7=88=E5=99=A8=E8=BF=9B=E8=A1=8C=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=20(#9664)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: 快捷助手打开网页应该使用浏览器进行操作 update revert update --- src/main/services/WindowService.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/services/WindowService.ts b/src/main/services/WindowService.ts index 3140bc21c0..8fcbebc642 100644 --- a/src/main/services/WindowService.ts +++ b/src/main/services/WindowService.ts @@ -499,6 +499,8 @@ export class WindowService { } }) + this.setupWebContentsHandlers(this.miniWindow) + miniWindowState.manage(this.miniWindow) //miniWindow should show in current desktop