Save current Favorites tab

This commit is contained in:
Natsumi
2025-10-22 19:37:48 +11:00
parent df9c062092
commit 6adef06a0d
3 changed files with 8 additions and 5 deletions
+3
View File
@@ -34,6 +34,8 @@ export const useFavoriteStore = defineStore('Favorite', () => {
let cachedFavorites = new Map();
const currentFavoriteTab = ref('friend');
const cachedFavoriteGroups = ref(new Map());
const cachedFavoriteGroupsByTypeName = ref(new Map());
@@ -1609,6 +1611,7 @@ export const useFavoriteStore = defineStore('Favorite', () => {
cachedFavoritesByObjectId,
localWorldFavoriteGroups,
groupedByGroupKeyFavoriteFriends,
currentFavoriteTab,
initFavorites,
applyFavorite,