From a4589d9f6f9da02042093da512bc76561e5244e9 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 22 Oct 2024 11:36:06 +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 97828a8..af61aba 100644 --- a/main.js +++ b/main.js @@ -353,7 +353,7 @@ app.on('ready', () => { }); // 隐藏显示子窗口 ipcMain.handle('setChildWindowShow', (event, config) => { - if (config.key === 'shareScreenWindow') { + if (config.key === 'noticeWindow') { if (config.bool) { childWindow[config.key].show() } else {