mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
fix
This commit is contained in:
@@ -819,7 +819,7 @@
|
||||
|
||||
const modalStore = useModalStore();
|
||||
const { translateText } = useAdvancedSettingsStore();
|
||||
const { bioLanguage, translationApi, translationApiType } = storeToRefs(useAdvancedSettingsStore());
|
||||
const { bioLanguage, translationApi } = storeToRefs(useAdvancedSettingsStore());
|
||||
|
||||
const NewInstanceDialog = defineAsyncComponent(() => import('../NewInstanceDialog.vue'));
|
||||
const ChangeWorldImageDialog = defineAsyncComponent(() => import('./ChangeWorldImageDialog.vue'));
|
||||
@@ -1384,7 +1384,7 @@
|
||||
}
|
||||
|
||||
watch(
|
||||
() => worldDialog.value.id,
|
||||
() => [worldDialog.value.id, worldDialog.value.ref?.description],
|
||||
() => {
|
||||
translatedDescription.value = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user