yangjie #22
|
|
@ -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',
|
||||||
})
|
})
|
||||||
}}>
|
}}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue