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 2 deletions
Showing only changes of commit 0776b93130 - Show all commits

View File

@ -2758,7 +2758,6 @@ const Meeting: React.FC = () => {
await GetLeaveAll({ await GetLeaveAll({
roomNum: state.channelId, roomNum: state.channelId,
}) })
window.electron.quit(true)
}} }}
onCancel={() => { onCancel={() => {
@ -2771,7 +2770,6 @@ const Meeting: React.FC = () => {
: null} : null}
<div className='meetingContentFooterPopoverDefault' onClick={async () => { <div className='meetingContentFooterPopoverDefault' onClick={async () => {
await leaveChannel() await leaveChannel()
window.electron.quit(true)
}}></div> }}></div>
<div className='meetingContentFooterPopoverCancel' onClick={() => { setQuitMeetingModal(false) }}></div> <div className='meetingContentFooterPopoverCancel' onClick={() => { setQuitMeetingModal(false) }}></div>
</div> </div>