diff --git a/html/src/app.js b/html/src/app.js index 4b9c3bb2..f5e77d2d 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -6559,6 +6559,12 @@ CefSharp.BindObjectAsync( case 'Select Avatar': API.selectAvatar({ avatarId: D.id + }).then((args) => { + this.$message({ + message: 'Avatar changed', + type: 'success' + }); + return args; }); break; default: