去除多余代码

This commit is contained in:
yj 2025-01-23 12:38:42 +08:00
parent 26ce3707d7
commit fd809034c1
1 changed files with 0 additions and 4 deletions

View File

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