mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix invite dialog crashing
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
export default {
|
||||
name: 'LaunchDialog',
|
||||
components: { InviteDialog },
|
||||
inject: ['showPreviousInstancesInfoDialog', 'adjustDialogZ'],
|
||||
inject: ['friends', 'showPreviousInstancesInfoDialog', 'adjustDialogZ'],
|
||||
props: {
|
||||
hideTooltips: Boolean,
|
||||
launchDialogData: { type: Object, required: true },
|
||||
|
||||
Reference in New Issue
Block a user