mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
canOpenInstanceInGame
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
@click="showInviteDialog(launchDialog.location)">
|
||||
{{ t('dialog.launch.invite') }}
|
||||
</el-button>
|
||||
<template v-if="canOpenInstanceInGame()">
|
||||
<template v-if="canOpenInstanceInGame">
|
||||
<el-button
|
||||
:disabled="!launchDialog.secureOrShortName"
|
||||
@click="handleLaunchGame(launchDialog.location, launchDialog.shortName, launchDialog.desktop)">
|
||||
|
||||
Reference in New Issue
Block a user