This commit is contained in:
yj 2025-01-23 12:35:43 +08:00
parent 2e2074fda3
commit 74760e6382
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ const NoticeWindow: React.FC = () => {
}
return () => {
channel.close();
window.electron.setChildWindowShow({
key: 'noticeWindow',
bool: false
})
};
}, []);
return (