mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
Keep instance when reopening world dialog
This commit is contained in:
+3
-1
@@ -84,7 +84,9 @@ export const useWorldStore = defineStore('World', () => {
|
||||
}
|
||||
const isMainDialogOpen = uiStore.openDialog({
|
||||
type: 'world',
|
||||
id: L.worldId
|
||||
id: L.worldId,
|
||||
tag,
|
||||
shortName
|
||||
});
|
||||
D.visible = true;
|
||||
if (isMainDialogOpen && D.id === L.worldId) {
|
||||
|
||||
Reference in New Issue
Block a user