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