mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 18:53:47 +02:00
Fix invite stuff
This commit is contained in:
@@ -359,7 +359,10 @@ console.log(`isLinux: ${LINUX}`);
|
||||
showGallerySelectDialog: this.showGallerySelectDialog,
|
||||
showGalleryDialog: this.showGalleryDialog,
|
||||
getImageUrlFromImageId: this.getImageUrlFromImageId,
|
||||
getAvatarGallery: this.getAvatarGallery
|
||||
getAvatarGallery: this.getAvatarGallery,
|
||||
inviteImageUpload: this.inviteImageUpload,
|
||||
clearInviteImageUpload: this.clearInviteImageUpload,
|
||||
isLinux: this.isLinux
|
||||
};
|
||||
},
|
||||
el: '#root',
|
||||
|
||||
Reference in New Issue
Block a user