mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
PC Uptime
This commit is contained in:
@@ -403,6 +403,8 @@ html
|
||||
span(style="float:right") {{ lastLocationTimer }}
|
||||
template(v-if="onlineForTimer")
|
||||
| / {{ onlineForTimer }}
|
||||
template(v-if="pcUptime")
|
||||
| / {{ pcUptime }}
|
||||
span(style="display:inline-block") {{ lastLocation.playerList.length }}
|
||||
span(style="display:inline-block;font-weight:bold") {{ lastLocation.friendList.length !== 0 ? ` (${lastLocation.friendList.length})` : ''}}
|
||||
span(v-if="photonLobbyBotSize > 0 && lastLocation.playerList.length > 0" style="display:inline-block;color:red;margin-left:5px") {{ photonLobbyBotSize }}
|
||||
@@ -410,6 +412,8 @@ html
|
||||
span(style="float:right") Timer: {{ lastLocationTimer }}
|
||||
template(v-if="onlineForTimer")
|
||||
| / {{ onlineForTimer }}
|
||||
template(v-if="pcUptime")
|
||||
| / {{ pcUptime }}
|
||||
span(style="display:inline-block") Players: {{ lastLocation.playerList.length }}
|
||||
span(style="display:inline-block;font-weight:bold") {{ lastLocation.friendList.length !== 0 ? ` (${lastLocation.friendList.length})` : ''}}
|
||||
span(v-if="photonLobbyBotSize > 0 && lastLocation.playerList.length > 0" style="display:inline-block;color:red;margin-left:5px") {{ photonLobbyBotSize }}
|
||||
|
||||
Reference in New Issue
Block a user