mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Fix
This commit is contained in:
@@ -4121,6 +4121,9 @@ speechSynthesis.getVoices();
|
|||||||
this.checkForVRCXUpdate();
|
this.checkForVRCXUpdate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (--this.ipcTimeout <= 0) {
|
||||||
|
this.ipcEnabled = false;
|
||||||
|
}
|
||||||
AppApi.CheckGameRunning().then(
|
AppApi.CheckGameRunning().then(
|
||||||
([isGameRunning, isGameNoVR, isSteamVRRunning]) => {
|
([isGameRunning, isGameNoVR, isSteamVRRunning]) => {
|
||||||
this.updateOpenVR(
|
this.updateOpenVR(
|
||||||
@@ -18293,6 +18296,7 @@ speechSynthesis.getVoices();
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
$app.data.ipcEnabled = false;
|
||||||
$app.methods.ipcEvent = function (json) {
|
$app.methods.ipcEvent = function (json) {
|
||||||
try {
|
try {
|
||||||
var data = JSON.parse(json);
|
var data = JSON.parse(json);
|
||||||
|
|||||||
Reference in New Issue
Block a user