mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
update group sidebar instances when fetching instance
This commit is contained in:
@@ -416,6 +416,11 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
) {
|
||||
applyGroupDialogInstances();
|
||||
}
|
||||
for (const groupInstance of groupStore.groupInstances) {
|
||||
if (groupInstance.instance.id === ref.id) {
|
||||
groupInstance.instance = ref;
|
||||
}
|
||||
}
|
||||
return ref;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user