mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 18:23:47 +02:00
simplify
This commit is contained in:
@@ -124,6 +124,7 @@
|
||||
}
|
||||
editFavoritesMode.value = false;
|
||||
}
|
||||
|
||||
function changeFavoriteGroupName(ctx) {
|
||||
ElMessageBox.prompt(
|
||||
t('prompt.change_favorite_group_name.description'),
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
style="margin-left: 5px"
|
||||
@click.stop="selectAvatarWithConfirmation(favorite.id)"></el-button>
|
||||
</el-tooltip>
|
||||
<template v-if="cachedFavoritesByObjectId(favorite.id)">
|
||||
<template v-if="getCachedFavoritesByObjectId(favorite.id)">
|
||||
<el-tooltip placement="right" content="Favorite" :teleported="false">
|
||||
<el-button
|
||||
type="default"
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
const { showFavoriteDialog, cachedFavoritesByObjectId } = useFavoriteStore();
|
||||
const { showFavoriteDialog, getCachedFavoritesByObjectId } = useFavoriteStore();
|
||||
const { selectAvatarWithConfirmation } = useAvatarStore();
|
||||
const { currentUser } = storeToRefs(useUserStore());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user