mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-01 04:33:46 +02:00
fix 404 handling in main dialog
This commit is contained in:
@@ -216,7 +216,7 @@ export const useAvatarStore = defineStore('Avatar', () => {
|
||||
ref2.authorId !== userStore.currentUser.id
|
||||
) {
|
||||
D.loading = false;
|
||||
D.visible = false;
|
||||
uiStore.closeMainDialog();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user