mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
Location bug fixes
This commit is contained in:
@@ -785,6 +785,7 @@ speechSynthesis.getVoices();
|
||||
},
|
||||
methods: {
|
||||
parse() {
|
||||
this.text = this.location;
|
||||
var L = API.parseLocation(this.location);
|
||||
if (L.isOffline) {
|
||||
this.text = 'Offline';
|
||||
@@ -6027,7 +6028,8 @@ speechSynthesis.getVoices();
|
||||
if ((props.location) &&
|
||||
(props.location[0] !== 'offline') &&
|
||||
(props.location[0] !== '') &&
|
||||
((props.location[1] !== 'offline') && (props.location[0] !== 'private'))) {
|
||||
(props.location[1] !== 'offline') &&
|
||||
(props.location[1] !== '')) {
|
||||
$app.addFeed('GPS', ref, {
|
||||
location: [
|
||||
props.location[0],
|
||||
|
||||
Reference in New Issue
Block a user