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