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(); }); // 通知下载包