show avatar change message

This commit is contained in:
pypy
2020-07-12 18:11:25 +09:00
parent c06ba3bf24
commit edd2437079

View File

@@ -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: