mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Typo
This commit is contained in:
+1
-1
@@ -442,7 +442,7 @@ speechSynthesis.getVoices();
|
|||||||
message: 'Avatar private or deleted',
|
message: 'Avatar private or deleted',
|
||||||
type: 'error'
|
type: 'error'
|
||||||
});
|
});
|
||||||
$app.avatarDialog.visable = false;
|
$app.avatarDialog.visible = false;
|
||||||
throw new Error("404: Can't find avatarǃ");
|
throw new Error("404: Can't find avatarǃ");
|
||||||
}
|
}
|
||||||
if (init.method === 'GET' && status === 404) {
|
if (init.method === 'GET' && status === 404) {
|
||||||
|
|||||||
Reference in New Issue
Block a user