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