Skip to content

Commit

Permalink
Update window.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rimonhanna committed Jun 14, 2021
1 parent 7832d4c commit 07e9986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ function createMainWindow() {
mainWindow.webContents.executeJavaScript("document.getElementById('mail-tab').click();");
} else if (url.includes("notion.so")) {
shell.openExternal(url.replace("https://", "notion://"));
} else if (url.includes("teams.microsoft")) {
shell.openExternal(url.replace("https://", "teams://"));
// } else if (url.includes("teams.microsoft")) {
// shell.openExternal(url.replace("https://", "teams://"));
} else if (url.includes("zoom.us")) {
shell.openExternal(url.replace("https://", "zoommtg://").replace("/j/", "/start?confno="));
} else {
Expand Down

0 comments on commit 07e9986

Please sign in to comment.