mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 07:13:51 +02:00
Fix user dialog home world name
This commit is contained in:
@@ -1657,7 +1657,7 @@ html
|
||||
.detail
|
||||
span.name Home Location
|
||||
span.extra
|
||||
location(:location="API.currentUser.homeLocation" :link="false")
|
||||
span(v-text="userDialog.$homeLocationName")
|
||||
el-button(@click.stop="resetHome()" size="mini" icon="el-icon-delete" circle style="margin-left:5px")
|
||||
el-tab-pane(label="Worlds")
|
||||
el-button(type="default" :loading="userDialog.isWorldsLoading" @click="refreshUserDialogWorlds()" size="mini" icon="el-icon-refresh" circle)
|
||||
|
||||
Reference in New Issue
Block a user