This commit is contained in:
parent
74760e6382
commit
26ce3707d7
|
|
@ -1933,6 +1933,10 @@ const Meeting: React.FC = () => {
|
|||
setFooterList(footerListTemplate)
|
||||
window.electron.createChildWindow('stop')
|
||||
setKeyOpenChildWindow('shareScreenWindow', false)
|
||||
window.electron.setChildWindowShow({
|
||||
key: 'noticeWindow',
|
||||
bool: false
|
||||
})
|
||||
setIsScreenCapture(bool => {
|
||||
if (bool) {
|
||||
window.electron.setViewStatus('show')
|
||||
|
|
|
|||
Loading…
Reference in New Issue