diff --git a/better-xcloud.user.js b/better-xcloud.user.js index f6e08c9..bb611ad 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -89,6 +89,7 @@ const BxEvent = { } } + window.AppInterface && window.AppInterface.onEvent(eventName); target.dispatchEvent(event); }, };