Update DiscordPreview.js
This commit is contained in:
parent
d757795e10
commit
09ba7bcf9c
|
@ -71,7 +71,7 @@
|
|||
document.body.firstElementChild.style.removeProperty("display");
|
||||
|
||||
let electron = require("electron");
|
||||
if (electron) {
|
||||
if (electron && electron.remote) {
|
||||
let browserWindow = electron.remote.getCurrentWindow();
|
||||
if (browserWindow) document.addEventListener("click", event => {
|
||||
let button = getParent(dotCNC.titlebarmacbutton + dotCN.titlebarwinbutton, event.target);
|
||||
|
|
Loading…
Reference in New Issue