mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 01:33:51 +02:00
Faster dialog switch
This commit is contained in:
@@ -327,7 +327,7 @@
|
||||
</div>
|
||||
|
||||
<TabsUnderline
|
||||
v-model="avatarDialogActiveTab"
|
||||
v-model="avatarDialog.activeTab"
|
||||
:items="avatarDialogTabs"
|
||||
:unmount-on-hide="false"
|
||||
@update:modelValue="avatarDialogTabClick">
|
||||
@@ -606,7 +606,6 @@
|
||||
{ value: 'JSON', label: t('dialog.avatar.json.header') }
|
||||
]);
|
||||
|
||||
const avatarDialogActiveTab = ref('Info');
|
||||
const changeAvatarImageDialogVisible = ref(false);
|
||||
const previousImageUrl = ref('');
|
||||
|
||||
@@ -677,7 +676,6 @@
|
||||
);
|
||||
|
||||
function handleAvatarDialogTab(tabName) {
|
||||
avatarDialogActiveTab.value = tabName;
|
||||
avatarDialog.value.lastActiveTab = tabName;
|
||||
if (tabName === 'JSON') {
|
||||
refreshAvatarDialogTreeData();
|
||||
|
||||
Reference in New Issue
Block a user