From ef88ad79d48f69b417b8e884755fb37d8e2e8926 Mon Sep 17 00:00:00 2001 From: pypy Date: Tue, 2 Feb 2021 02:57:57 +0900 Subject: [PATCH] typo --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index 380f5129..c3c4c90c 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -6946,7 +6946,7 @@ speechSynthesis.getVoices(); this.setUserDialogWorlds(D.worlds); }; - $app.methods.changeUserDialogAvatarReleaseStatus = function () { + $app.methods.changeUserDialogWorldSorting = function () { var D = this.userDialog; this.setUserDialogAvatars(D.avatars); };