yangjie #22

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

View File

@ -75,13 +75,7 @@ function createTray() {
},
{
label: '退出', click: async () => {
const url = mainWindow.webContents.getURL();
const hash = new URL(url).hash;
if (hash.indexOf('/meeting') === -1) {
quit()
} else {
await mainWindow.webContents.send('quitAndInstall');
}
quit()
},
// icon: iconPath,
},