From 24647eb58b73116f4b2f01282806f1be4b2280a3 Mon Sep 17 00:00:00 2001 From: pypy Date: Wed, 3 Feb 2021 11:13:18 +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 dd020bf3..97c1a78f 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -6946,7 +6946,7 @@ speechSynthesis.getVoices(); this.setUserDialogWorlds(D.worlds); }; - $app.methods.changeUserDialogWorldSorting = function () { + $app.methods.changeUserDialogAvatarSorting = function () { var D = this.userDialog; this.setUserDialogAvatars(D.avatars); };