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

+1 -1
View File
@@ -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',