mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Limit error noty
This commit is contained in:
@@ -511,6 +511,7 @@ speechSynthesis.getVoices();
|
|||||||
|
|
||||||
// FIXME : extra를 없애줘
|
// FIXME : extra를 없애줘
|
||||||
API.$throw = function (code, error, extra) {
|
API.$throw = function (code, error, extra) {
|
||||||
|
Noty.closeAll();
|
||||||
var text = [];
|
var text = [];
|
||||||
if (code > 0) {
|
if (code > 0) {
|
||||||
var status = this.statusCodes[code];
|
var status = this.statusCodes[code];
|
||||||
|
|||||||
Reference in New Issue
Block a user