mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Small fixes
This commit is contained in:
@@ -8440,12 +8440,12 @@ speechSynthesis.getVoices();
|
||||
} else if (typeof ref.displayName !== 'undefined') {
|
||||
this.lookupUser(ref);
|
||||
}
|
||||
} else {
|
||||
this.$message({
|
||||
message: 'No user info available',
|
||||
type: 'error'
|
||||
});
|
||||
}
|
||||
} else {
|
||||
this.$message({
|
||||
message: 'Missing user info',
|
||||
type: 'error'
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user