mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Fix progressPie filter
This commit is contained in:
@@ -9653,8 +9653,6 @@ speechSynthesis.getVoices();
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
var VRConfigVars = {
|
var VRConfigVars = {
|
||||||
notificationTTS: this.notificationTTS,
|
|
||||||
notificationTTSVoice: this.notificationTTSVoice,
|
|
||||||
overlayNotifications: this.overlayNotifications,
|
overlayNotifications: this.overlayNotifications,
|
||||||
hideDevicesFromFeed: this.hideDevicesFromFeed,
|
hideDevicesFromFeed: this.hideDevicesFromFeed,
|
||||||
minimalFeed: this.minimalFeed,
|
minimalFeed: this.minimalFeed,
|
||||||
@@ -9673,6 +9671,7 @@ speechSynthesis.getVoices();
|
|||||||
};
|
};
|
||||||
|
|
||||||
$app.methods.updateVRLastLocation = function () {
|
$app.methods.updateVRLastLocation = function () {
|
||||||
|
this.updateVRConfigVars();
|
||||||
var lastLocation = {
|
var lastLocation = {
|
||||||
date: this.lastLocation.date,
|
date: this.lastLocation.date,
|
||||||
location: this.lastLocation.location,
|
location: this.lastLocation.location,
|
||||||
@@ -9766,7 +9765,6 @@ speechSynthesis.getVoices();
|
|||||||
var voiceName = voices[index < voices.length ? index : 0].name;
|
var voiceName = voices[index < voices.length ? index : 0].name;
|
||||||
speechSynthesis.cancel();
|
speechSynthesis.cancel();
|
||||||
this.speak(voiceName);
|
this.speak(voiceName);
|
||||||
this.updateVRConfigVars();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
$app.methods.speak = function (text) {
|
$app.methods.speak = function (text) {
|
||||||
|
|||||||
Reference in New Issue
Block a user