Skip to content

Commit 0663876

Browse files
committed
.
1 parent 76c767f commit 0663876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ipcRenderer.on('postMessage', (event, ...args) => {
104104
console.log("HANG UP 1");
105105
var fauxEvent = {};
106106
fauxEvent.data = {};
107-
fauxEvent.data.hangup = true;
107+
fauxEvent.data.close = true; // close and hangup are the same; close is compatible with older vdon versions tho. no estop tho.
108108
doSomethingInWebApp(fauxEvent);
109109
} else {
110110
console.log("HANG UP 2");

0 commit comments

Comments
 (0)