mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Switch Intel URL
This commit is contained in:
@@ -11270,12 +11270,10 @@ speechSynthesis.getVoices();
|
||||
});
|
||||
}
|
||||
if (this.vrcOSCFix) {
|
||||
setTimeout(() => {
|
||||
workerTimers.setTimeout(() => {
|
||||
AppApi.KillInstall().then((processKilled) => {
|
||||
if (processKilled) {
|
||||
console.log(
|
||||
'OSCFix: Killed Install.exe'
|
||||
);
|
||||
console.log('OSCFix: Killed Install.exe');
|
||||
} else {
|
||||
console.log(
|
||||
'OSCFix: Nothing to kill, no Install.exe process running'
|
||||
|
||||
Reference in New Issue
Block a user