mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
Change tray icon, small fixes
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user