mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
fix
This commit is contained in:
@@ -96,12 +96,12 @@ export const useFavoriteStore = defineStore('Favorite', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const favoriteWorlds = computed(() => {
|
const favoriteWorlds = computed(() => {
|
||||||
// if (appearanceSettingsStore.sortFavorites) {
|
if (appearanceSettingsStore.sortFavorites) {
|
||||||
return state.favoriteWorlds_;
|
return state.favoriteWorlds_;
|
||||||
// }
|
}
|
||||||
// const sorted = [...state.favoriteWorlds_];
|
const sorted = [...state.favoriteWorlds_];
|
||||||
// sorted.sort(compareByName);
|
sorted.sort(compareByName);
|
||||||
// return sorted;
|
return sorted;
|
||||||
});
|
});
|
||||||
|
|
||||||
const favoriteAvatars = computed(() => {
|
const favoriteAvatars = computed(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user