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