Change tray icon, small fixes

This commit is contained in:
Natsumi
2025-11-05 17:24:58 +11:00
parent cca81067a1
commit 7e39199bfe
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -81,7 +81,7 @@
class="name"
:class="userDialog.ref.$trustClass"
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-tooltip>
<el-tooltip

View File

@@ -566,7 +566,7 @@ export const useAvatarStore = defineStore('Avatar', () => {
.catch(() => {});
}
function selectAvatarWithoutConfirmation(id) {
async function selectAvatarWithoutConfirmation(id) {
if (userStore.currentUser.currentAvatar === id) {
ElMessage({
message: 'Avatar already selected',