mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Keep instance when reopening world dialog
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user