mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
show avatar change message
This commit is contained in:
@@ -6559,6 +6559,12 @@ CefSharp.BindObjectAsync(
|
|||||||
case 'Select Avatar':
|
case 'Select Avatar':
|
||||||
API.selectAvatar({
|
API.selectAvatar({
|
||||||
avatarId: D.id
|
avatarId: D.id
|
||||||
|
}).then((args) => {
|
||||||
|
this.$message({
|
||||||
|
message: 'Avatar changed',
|
||||||
|
type: 'success'
|
||||||
|
});
|
||||||
|
return args;
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user