This commit is contained in:
parent
2e2074fda3
commit
74760e6382
|
|
@ -88,6 +88,10 @@ const NoticeWindow: React.FC = () => {
|
|||
}
|
||||
return () => {
|
||||
channel.close();
|
||||
window.electron.setChildWindowShow({
|
||||
key: 'noticeWindow',
|
||||
bool: false
|
||||
})
|
||||
};
|
||||
}, []);
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue