mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
show avatar change message
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user