mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
user dialog platform
This commit is contained in:
@@ -126,16 +126,9 @@ function userStatusClass(user, pendingOffline = false) {
|
||||
style.busy = true;
|
||||
}
|
||||
if (
|
||||
user.platform &&
|
||||
user.platform !== 'standalonewindows' &&
|
||||
user.platform !== 'web'
|
||||
) {
|
||||
style.mobile = true;
|
||||
}
|
||||
if (
|
||||
user.last_platform &&
|
||||
user.last_platform !== 'standalonewindows' &&
|
||||
user.platform === 'web'
|
||||
user.$platform &&
|
||||
user.$platform !== 'standalonewindows' &&
|
||||
user.$platform !== 'web'
|
||||
) {
|
||||
style.mobile = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user