mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
uncommit changes related to Avatar DB log cleanup feature
This commit is contained in:
@@ -21,11 +21,9 @@
|
||||
import { useI18n } from 'vue-i18n';
|
||||
|
||||
import { TooltipWrapper } from './ui/tooltip';
|
||||
import { useAvatarStore } from '../stores';
|
||||
import { getAvatarName, showAvatarAuthorDialog } from '../coordinators/avatarCoordinator';
|
||||
|
||||
const { t } = useI18n();
|
||||
const avatarStore = useAvatarStore();
|
||||
|
||||
const props = defineProps({
|
||||
imageurl: String,
|
||||
|
||||
Reference in New Issue
Block a user