mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 00:33:50 +02:00
Small fixes
This commit is contained in:
@@ -99,7 +99,9 @@ html
|
||||
|
|
||||
el-tooltip(placement="bottom")
|
||||
template(#content)
|
||||
span Photon Bot Id's: {{ photonLobbyBots.toString() }}
|
||||
span Photon Bots:
|
||||
div(v-for="id in photonLobbyBots" :key="id" placement="top")
|
||||
span.x-link(v-text="getDisplayNameFromPhotonId(id)" @click="showUserFromPhotonId(id)" style="margin-right:5px")
|
||||
span(v-text="photonLobbyBots.length" style="color:red")
|
||||
//- el-tag(type="info" effect="plain" size="mini" v-text="worldDialog.fileSize" style="margin-right:5px;margin-top:5px")
|
||||
div(style="margin-top:5px")
|
||||
|
||||
Reference in New Issue
Block a user