mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 16:23:50 +02:00
Option to enable desktop notifications while AFK
This commit is contained in:
@@ -462,12 +462,6 @@ html
|
||||
img(v-if="device[1] !== 'connected'" src="images/base_status_off.png")
|
||||
img(v-else src="images/base_status_ready.png")
|
||||
span(v-if="device[3] !== 100") {{ device[3] }}x
|
||||
div(v-else class="tracker-device" :class="trackingResultToClass(device[4])")
|
||||
img(v-if="device[1] !== 'connected'" src="images/other_status_off.png")
|
||||
img(v-else-if="device[2] === 'charging'" src="images/other_status_ready_charging.png")
|
||||
img(v-else-if="device[3] < 20" src="images/other_status_ready_low.png")
|
||||
img(v-else src="images/other_status_ready.png")
|
||||
span {{ device[3] }}%
|
||||
.x-containerbottom
|
||||
template(v-if="nowPlaying.playing")
|
||||
span(style="float:right;padding-left:10px") {{ nowPlaying.remainingText }}
|
||||
|
||||
Reference in New Issue
Block a user