From 150cd2655c13ec61eb7d7d3555280bcd048264f9 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 13 Aug 2024 14:39:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index c055de3..4e8968f 100644 --- a/main.js +++ b/main.js @@ -193,7 +193,7 @@ app.on('ready', () => { }); // 加入房间通知 ipcMain.handle('joinNotification', (event, user) => { - notification.show(); + mainWindow.show() mainWindow.focus(); }); // 通知下载包