mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Location bug fixes
This commit is contained in:
@@ -468,6 +468,7 @@ speechSynthesis.getVoices();
|
||||
},
|
||||
methods: {
|
||||
parse() {
|
||||
this.text = this.location;
|
||||
var L = API.parseLocation(this.location);
|
||||
if (L.isOffline) {
|
||||
this.text = 'Offline';
|
||||
|
||||
Reference in New Issue
Block a user