mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
remove manage gallery option
This commit is contained in:
@@ -43,9 +43,6 @@
|
|||||||
t('dialog.user.actions.share')
|
t('dialog.user.actions.share')
|
||||||
}}</el-dropdown-item>
|
}}</el-dropdown-item>
|
||||||
<template v-if="userDialog.ref.id === currentUser.id">
|
<template v-if="userDialog.ref.id === currentUser.id">
|
||||||
<el-dropdown-item :icon="Picture" command="Manage Gallery" divided>{{
|
|
||||||
t('dialog.user.actions.manage_gallery_inventory_icon')
|
|
||||||
}}</el-dropdown-item>
|
|
||||||
<el-dropdown-item :icon="UserFilled" command="Show Avatar Author">{{
|
<el-dropdown-item :icon="UserFilled" command="Show Avatar Author">{{
|
||||||
t('dialog.user.actions.show_avatar_author')
|
t('dialog.user.actions.show_avatar_author')
|
||||||
}}</el-dropdown-item>
|
}}</el-dropdown-item>
|
||||||
|
|||||||
@@ -1881,9 +1881,6 @@
|
|||||||
}
|
}
|
||||||
} else if (command === 'Previous Instances') {
|
} else if (command === 'Previous Instances') {
|
||||||
showPreviousInstancesUserDialog(D.ref);
|
showPreviousInstancesUserDialog(D.ref);
|
||||||
} else if (command === 'Manage Gallery') {
|
|
||||||
userDialog.value.visible = false;
|
|
||||||
redirectToToolsTab();
|
|
||||||
} else if (command === 'Invite To Group') {
|
} else if (command === 'Invite To Group') {
|
||||||
showInviteGroupDialog('', D.id);
|
showInviteGroupDialog('', D.id);
|
||||||
} else if (command === 'Send Boop') {
|
} else if (command === 'Send Boop') {
|
||||||
|
|||||||
Reference in New Issue
Block a user