This commit is contained in:
Vanessa 2023-03-13 15:16:26 +08:00
parent 002b5adf16
commit 38f0b0f469
2 changed files with 6 additions and 6 deletions

View file

@ -90,9 +90,6 @@ class App {
case "statusbar":
progressStatus(data);
break;
case "downloadProgress":
downloadProgress(data.data);
break;
case "txerr":
transactionError(data);
break;