mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
Retain dialog data when reopening same dialog
This commit is contained in:
@@ -90,6 +90,10 @@ export const useWorldStore = defineStore('World', () => {
|
||||
skipBreadcrumb: options.skipBreadcrumb
|
||||
});
|
||||
D.visible = true;
|
||||
if (D.id === L.worldId) {
|
||||
uiStore.setDialogCrumbLabel('world', D.id, D.ref?.name || D.id);
|
||||
return;
|
||||
}
|
||||
L.shortName = shortName;
|
||||
D.id = L.worldId;
|
||||
D.$location = L;
|
||||
|
||||
Reference in New Issue
Block a user