From 6f11ec72234c11f06a85f3934f3d100e9ce89f6c Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sat, 8 Jan 2022 19:13:49 +1300 Subject: [PATCH] Fix --- html/src/app.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/src/app.js b/html/src/app.js index 122f7261..acfff3c5 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -4121,6 +4121,9 @@ speechSynthesis.getVoices(); this.checkForVRCXUpdate(); } } + if (--this.ipcTimeout <= 0) { + this.ipcEnabled = false; + } AppApi.CheckGameRunning().then( ([isGameRunning, isGameNoVR, isSteamVRRunning]) => { this.updateOpenVR( @@ -18293,6 +18296,7 @@ speechSynthesis.getVoices(); }; }; + $app.data.ipcEnabled = false; $app.methods.ipcEvent = function (json) { try { var data = JSON.parse(json);