This commit is contained in:
yj 2024-10-22 11:36:06 +08:00
parent 79c4d27a2e
commit a4589d9f6f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {