mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
fix: Copy URL under Avatar description is non functional (#1698)
This commit is contained in:
@@ -651,7 +651,8 @@
|
||||
avatarDialogCommand,
|
||||
onFileChangeAvatarImage,
|
||||
onCropConfirmAvatar,
|
||||
registerCallbacks
|
||||
registerCallbacks,
|
||||
copyAvatarUrl
|
||||
} = useAvatarDialogCommands(avatarDialog, {
|
||||
t,
|
||||
toast,
|
||||
|
||||
@@ -518,6 +518,7 @@ export function useAvatarDialogCommands(
|
||||
avatarDialogCommand,
|
||||
onFileChangeAvatarImage,
|
||||
onCropConfirmAvatar,
|
||||
registerCallbacks
|
||||
registerCallbacks,
|
||||
copyAvatarUrl
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user