This commit is contained in:
yj 2024-08-13 14:39:42 +08:00
parent 3c34d3443d
commit 150cd2655c
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ app.on('ready', () => {
}); });
// 加入房间通知 // 加入房间通知
ipcMain.handle('joinNotification', (event, user) => { ipcMain.handle('joinNotification', (event, user) => {
notification.show(); mainWindow.show()
mainWindow.focus(); mainWindow.focus();
}); });
// 通知下载包 // 通知下载包