mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
Fix user dialog favorites
This commit is contained in:
@@ -17683,7 +17683,9 @@ console.log(`isLinux: ${LINUX}`);
|
||||
|
||||
$app.methods.getUserFavoriteWorlds = async function (userId) {
|
||||
this.userDialog.isFavoriteWorldsLoading = true;
|
||||
this.$refs.favoriteWorlds.currentName = '0'; // select first tab
|
||||
if (typeof this.$refs.favoriteWorlds !== 'undefined') {
|
||||
this.$refs.favoriteWorlds.currentName = '0'; // select first tab
|
||||
}
|
||||
this.userFavoriteWorlds = [];
|
||||
var worldLists = [];
|
||||
var params = {
|
||||
|
||||
@@ -922,7 +922,7 @@ mixin userDialog
|
||||
.x-friend-list(style='margin-top: 10px; margin-bottom: 15px; min-height: 60px')
|
||||
.x-friend-item.x-friend-item-border(
|
||||
v-for='world in list[2]'
|
||||
:key='world.id'
|
||||
:key='world.favoriteId'
|
||||
@click='showWorldDialog(world.id)')
|
||||
.avatar
|
||||
img(v-lazy='world.thumbnailImageUrl')
|
||||
|
||||
Reference in New Issue
Block a user