Improve Microsoft Teams compatibility (#23)

This commit is contained in:
Quang Lam 2019-11-15 20:12:51 -06:00 committed by GitHub
parent 0c4b0004d0
commit ab3da14774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,4 +176,10 @@ window.chrome = {
}
}
}
window.electronSafeIpc = {
send: () => null,
on: () => null,
};
window.desktop = undefined;
`);