mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
Photon logging fixes
This commit is contained in:
@@ -416,7 +416,9 @@ html
|
||||
circle(class="np-progress-circle-stroke" cx="60" cy="60" stroke="white" r="30" fill="transparent" stroke-width="60")
|
||||
.hud-feed
|
||||
div(v-for="feed in hudFeed")
|
||||
.item <strong>{{ feed.displayName }}</strong> {{ feed.text }}
|
||||
.item <strong>{{ feed.displayName }}</strong>
|
||||
span(v-if="feed.color === 'yellow'" style="color: yellow") {{ feed.text }}
|
||||
span(v-else) {{ feed.text }}
|
||||
template(v-if="feed.combo > 1")
|
||||
span.combo x{{ feed.combo }}
|
||||
.hud-timeout(v-if="hudTimeout.length > 0")
|
||||
|
||||
Reference in New Issue
Block a user