mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 15:53:50 +02:00
quick fix
This commit is contained in:
@@ -8323,10 +8323,10 @@ speechSynthesis.getVoices();
|
||||
}).then((args) => {
|
||||
if (args.json[slot].message !== D.newMessage) {
|
||||
this.$message({
|
||||
message: 'VRC API didn\'t update message, try again',
|
||||
message: 'VRChat API didn\'t update message, try again',
|
||||
type: 'error'
|
||||
});
|
||||
throw 'VRC API didn\'t update message, try again';
|
||||
throw 'VRChat API didn\'t update message, try again';
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -8360,7 +8360,8 @@ speechSynthesis.getVoices();
|
||||
|
||||
$app.data.sendInviteResponseDialog = {
|
||||
message: '',
|
||||
invite: ''
|
||||
invite: '',
|
||||
messageSlot: ''
|
||||
};
|
||||
|
||||
$app.data.sendInviteResponseDialogVisible = false;
|
||||
|
||||
Reference in New Issue
Block a user