mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 19:53:47 +02:00
fix 404 handling in main dialog
This commit is contained in:
@@ -164,7 +164,7 @@ export const useGroupStore = defineStore('Group', () => {
|
||||
})
|
||||
.catch((err) => {
|
||||
D.loading = false;
|
||||
D.visible = false;
|
||||
uiStore.closeMainDialog();
|
||||
toast.error(t('message.group.load_failed'));
|
||||
throw err;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user