mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Change tray icon, small fixes
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 34 KiB |
@@ -81,7 +81,7 @@
|
|||||||
class="name"
|
class="name"
|
||||||
:class="userDialog.ref.$trustClass"
|
:class="userDialog.ref.$trustClass"
|
||||||
style="margin-right: 5px; margin-top: 5px">
|
style="margin-right: 5px; margin-top: 5px">
|
||||||
<i class="ri-shield-line"></i>{{ userDialog.ref.$trustLevel }}
|
<i class="ri-shield-line"></i> {{ userDialog.ref.$trustLevel }}
|
||||||
</el-tag>
|
</el-tag>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
|
|||||||
@@ -566,7 +566,7 @@ export const useAvatarStore = defineStore('Avatar', () => {
|
|||||||
.catch(() => {});
|
.catch(() => {});
|
||||||
}
|
}
|
||||||
|
|
||||||
function selectAvatarWithoutConfirmation(id) {
|
async function selectAvatarWithoutConfirmation(id) {
|
||||||
if (userStore.currentUser.currentAvatar === id) {
|
if (userStore.currentUser.currentAvatar === id) {
|
||||||
ElMessage({
|
ElMessage({
|
||||||
message: 'Avatar already selected',
|
message: 'Avatar already selected',
|
||||||
|
|||||||
Reference in New Issue
Block a user