mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 21:36:06 +02:00
move editFavoritesMode to store
This commit is contained in:
@@ -122,6 +122,8 @@ export const useFavoriteStore = defineStore('Favorite', () => {
|
||||
|
||||
const localAvatarFavorites = ref({});
|
||||
|
||||
const editFavoritesMode = ref(false);
|
||||
|
||||
const favoriteDialog = ref({
|
||||
visible: false,
|
||||
loading: false,
|
||||
@@ -1583,6 +1585,7 @@ export const useFavoriteStore = defineStore('Favorite', () => {
|
||||
currentFavoriteTab,
|
||||
localWorldFavGroupLength,
|
||||
localAvatarFavGroupLength,
|
||||
editFavoritesMode,
|
||||
|
||||
initFavorites,
|
||||
applyFavorite,
|
||||
|
||||
Reference in New Issue
Block a user