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

View File

@ -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')