mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
cleanup code
This commit is contained in:
+2
-2
@@ -5576,7 +5576,7 @@ CefSharp.BindObjectAsync(
|
|||||||
}
|
}
|
||||||
if (this.isGameRunning &&
|
if (this.isGameRunning &&
|
||||||
this.lastLocation === L.tag) {
|
this.lastLocation === L.tag) {
|
||||||
users.push(this.API.currentUser);
|
users.push(API.currentUser);
|
||||||
}
|
}
|
||||||
users.sort(compareByDisplayName);
|
users.sort(compareByDisplayName);
|
||||||
D.users = users;
|
D.users = users;
|
||||||
@@ -6004,7 +6004,7 @@ CefSharp.BindObjectAsync(
|
|||||||
};
|
};
|
||||||
instances[instance.id] = instance;
|
instances[instance.id] = instance;
|
||||||
}
|
}
|
||||||
instance.users.push(this.API.currentUser);
|
instance.users.push(API.currentUser);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var rooms = [];
|
var rooms = [];
|
||||||
|
|||||||
+2
-2
@@ -899,7 +899,7 @@
|
|||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<span v-text="userDialog.ref.displayName" style="margin-left:5px;font-weight:bold"></span>
|
<span v-text="userDialog.ref.displayName" style="margin-left:5px;font-weight:bold"></span>
|
||||||
<el-popover placement="top" trigger="click">
|
<el-popover placement="top" trigger="click">
|
||||||
<span style="display:block;text-align:center;font-family:monospace;">{{ userDialog.ref.username | textToHex }}</span>
|
<span style="display:block;text-align:center;font-family:monospace">{{ userDialog.ref.username | textToHex }}</span>
|
||||||
<span slot="reference" v-text="userDialog.ref.username" style="margin-left:5px;color:#909399;font-family:monospace;font-size:12px;cursor:pointer"></span>
|
<span slot="reference" v-text="userDialog.ref.username" style="margin-left:5px;color:#909399;font-family:monospace;font-size:12px;cursor:pointer"></span>
|
||||||
</el-popover>
|
</el-popover>
|
||||||
</div>
|
</div>
|
||||||
@@ -985,7 +985,7 @@
|
|||||||
<div class="x-friend-item" style="width:100%">
|
<div class="x-friend-item" style="width:100%">
|
||||||
<div class="detail">
|
<div class="detail">
|
||||||
<span class="name">Bio</span>
|
<span class="name">Bio</span>
|
||||||
<pre class="extra" style="font-family:inherit;font-size:12px;white-space:pre-wrap;margin:0 0.5em 0 0;">{{ userDialog.ref.bio || '-' }}</pre> <div style="margin-top:5px">
|
<pre class="extra" style="font-family:inherit;font-size:12px;white-space:pre-wrap;margin:0 0.5em 0 0">{{ userDialog.ref.bio || '-' }}</pre> <div style="margin-top:5px">
|
||||||
<el-tooltip v-for="(link, index) in userDialog.ref.bioLinks" :key="index">
|
<el-tooltip v-for="(link, index) in userDialog.ref.bioLinks" :key="index">
|
||||||
<template #content>
|
<template #content>
|
||||||
<span v-text="link"></span>
|
<span v-text="link"></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user