mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Hide empty timer
This commit is contained in:
+4
-3
@@ -281,9 +281,10 @@ html
|
|||||||
br
|
br
|
||||||
span {{ device[2] }}%
|
span {{ device[2] }}%
|
||||||
.x-containerbottom
|
.x-containerbottom
|
||||||
span(style="float:right") Timer: {{ lastLocationTimer }}
|
template(v-if="lastLocation.date != 0")
|
||||||
span(style="display:inline-block") Players: {{ lastLocation.playerCount }}
|
span(style="float:right") Timer: {{ lastLocationTimer }}
|
||||||
span(style="display:inline-block;font-weight:bold") {{ lastLocation.friendCount !== 0 ? ` (${lastLocation.friendCount})` : ''}}
|
span(style="display:inline-block") Players: {{ lastLocation.playerCount }}
|
||||||
|
span(style="display:inline-block;font-weight:bold") {{ lastLocation.friendCount !== 0 ? ` (${lastLocation.friendCount})` : ''}}
|
||||||
br
|
br
|
||||||
span(style="float:right") {{ currentTime | formatDate('YYYY-MM-DD HH:MI:SS AMPM') }}
|
span(style="float:right") {{ currentTime | formatDate('YYYY-MM-DD HH:MI:SS AMPM') }}
|
||||||
span CPU {{ cpuUsage }}%
|
span CPU {{ cpuUsage }}%
|
||||||
|
|||||||
Reference in New Issue
Block a user