Keep instance when reopening world dialog

This commit is contained in:
Natsumi
2026-02-19 00:22:46 +11:00
parent 1594103f39
commit 33e3ba0fb3
3 changed files with 23 additions and 8 deletions

View File

@@ -1155,9 +1155,9 @@
showChangeWorldImageDialog();
break;
case 'Refresh':
const worldId = D.id;
const { tag, shortName } = worldDialog.value.$location;
D.id = '';
showWorldDialog(worldId);
showWorldDialog(tag, shortName);
break;
case 'New Instance':
showNewInstanceDialog(D.$location.tag);