mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
Remove join count on current user
This commit is contained in:
@@ -1224,6 +1224,7 @@ html
|
|||||||
template(#content)
|
template(#content)
|
||||||
span(v-text="link")
|
span(v-text="link")
|
||||||
img(:src="getFaviconUrl(link)" style="width:16px;height:16px;vertical-align:middle;margin-right:5px;cursor:pointer" @click.stop="openExternalLink(link)")
|
img(:src="getFaviconUrl(link)" style="width:16px;height:16px;vertical-align:middle;margin-right:5px;cursor:pointer" @click.stop="openExternalLink(link)")
|
||||||
|
template(v-if="API.currentUser.id !== userDialog.id")
|
||||||
.x-friend-item(style="cursor:default")
|
.x-friend-item(style="cursor:default")
|
||||||
.detail
|
.detail
|
||||||
span.name Last Seen
|
span.name Last Seen
|
||||||
|
|||||||
Reference in New Issue
Block a user