mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
fix 404 handling in main dialog
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ export const useWorldStore = defineStore('World', () => {
|
||||
})
|
||||
.catch((err) => {
|
||||
D.loading = false;
|
||||
D.visible = false;
|
||||
uiStore.closeMainDialog();
|
||||
toast.error(t('message.world.load_failed'));
|
||||
throw err;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user