mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Fix config error from vr.js running before app,js config is initialized
This commit is contained in:
@@ -15,7 +15,7 @@ html
|
||||
.x-app#x-app(v-if="appType === '1'" class="x-app-type")
|
||||
.x-container(style="flex:1")
|
||||
.x-friend-list(ref="list" style="color:#aaa")
|
||||
template(v-if="config.minimalFeed")
|
||||
template(v-if="config && config.minimalFeed")
|
||||
template(v-for="feed in wristFeed")
|
||||
.x-friend-item(v-if="feed.type === 'GPS'" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }")
|
||||
.detail
|
||||
|
||||
Reference in New Issue
Block a user