yangjie #47

Merged
yangqiang merged 49 commits from yangjie into master 2025-01-24 13:43:09 +08:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 74760e6382 - Show all commits

View File

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