yangjie #22

Merged
yangqiang merged 99 commits from yangjie into master 2024-10-22 16:11:46 +08:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 488f4e2763 - Show all commits

View File

@ -189,7 +189,6 @@ const ShareScreenWindow: React.FC = () => {
setIsExpand(!isExpand) setIsExpand(!isExpand)
window.electron.setChildWindow({ window.electron.setChildWindow({
width: isExpand ? 440 : 440 / 2, width: isExpand ? 440 : 440 / 2,
height: 80,
key: 'shareScreenWindow', key: 'shareScreenWindow',
}) })
}}> }}>