mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 11:13:49 +02:00
fix
This commit is contained in:
@@ -31,8 +31,7 @@
|
||||
v-if="favorite.ref.releaseStatus === 'private'"
|
||||
:title="t('view.favorite.private')"
|
||||
class="ri-lock-line"></i>
|
||||
<el-tooltip placement="left" :teleported="false">
|
||||
<template #content> {{ inviteOrLaunchText }} </template>
|
||||
<el-tooltip placement="left" :content="inviteOrLaunchText" :teleported="false">
|
||||
<el-button
|
||||
size="small"
|
||||
:icon="Message"
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
isLocalFavorite
|
||||
type="world" />
|
||||
<template v-else>
|
||||
<el-tooltip placement="left">
|
||||
<template #content>
|
||||
{{ inviteOrLaunchText }}
|
||||
</template>
|
||||
<el-tooltip placement="left" :content="inviteOrLaunchText" :teleported="false">
|
||||
<el-button
|
||||
size="small"
|
||||
:icon="Message"
|
||||
|
||||
Reference in New Issue
Block a user