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