yangjie #47
|
|
@ -88,6 +88,10 @@ const NoticeWindow: React.FC = () => {
|
||||||
}
|
}
|
||||||
return () => {
|
return () => {
|
||||||
channel.close();
|
channel.close();
|
||||||
|
window.electron.setChildWindowShow({
|
||||||
|
key: 'noticeWindow',
|
||||||
|
bool: false
|
||||||
|
})
|
||||||
};
|
};
|
||||||
}, []);
|
}, []);
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue