mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
* ui: Change the request user icon resolution (#1178) * ui: add Badge Earned text
This commit is contained in:
@@ -5,7 +5,7 @@ mixin profileTab
|
||||
.x-friend-list(style='margin-top: 10px')
|
||||
.x-friend-item(@click='showUserDialog(API.currentUser.id)')
|
||||
.avatar
|
||||
img(v-lazy='userImage(API.currentUser)')
|
||||
img(v-lazy='userImage(API.currentUser, true)')
|
||||
.detail
|
||||
span.name(v-text='API.currentUser.displayName')
|
||||
span.extra(v-text='API.currentUser.username')
|
||||
|
||||
Reference in New Issue
Block a user