mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
show active states
This commit is contained in:
@@ -3705,7 +3705,9 @@ CefSharp.BindObjectAsync(
|
||||
$app.methods.userStatusClass = function (user) {
|
||||
var style = {};
|
||||
if (user) {
|
||||
if (user.location === 'offline') {
|
||||
if (user.state === 'active') {
|
||||
style.inactive = true;
|
||||
} else if (user.location === 'offline') {
|
||||
style.offline = true;
|
||||
} else if (user.status === 'active') {
|
||||
style.active = true;
|
||||
|
||||
Reference in New Issue
Block a user