mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Update color of "Video" badge
This commit is contained in:
parent
b770a4c9d3
commit
47817d9d36
@ -138,7 +138,7 @@ class StreamBadges {
|
||||
batteryLevel ? ['battery', batteryLevel, '#008751'] : null,
|
||||
['region', StreamBadges.region, '#ff6c24'],
|
||||
['server', StreamBadges.ipv6 ? 'IPv6' : 'IPv4', '#065ab5'],
|
||||
video ? ['video', video, '#065AB5'] : null,
|
||||
video ? ['video', video, '#7e2553'] : null,
|
||||
audio ? ['audio', audio, '#5f574f'] : null,
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user