Toggle for VR device visibility on wrist overlay

This commit is contained in:
Natsumi
2020-10-21 21:22:17 +13:00
committed by pypy
parent a80bfc71bc
commit a16875bfc2
4 changed files with 17 additions and 8 deletions

View File

@@ -497,6 +497,9 @@ html
div(style="font-size:12px;margin-top:5px")
span(style="display:inline-block;min-width:150px") Force Run
el-switch(v-model="openVRAlways")
div(style="font-size:12px;margin-top:5px")
span(style="display:inline-block;min-width:150px") Hide VR devices
el-switch(v-model="hideDevicesFromFeed")
div(style="font-size:12px;margin-top:5px")
span(style="display:inline-block;min-width:150px") Hide Private worlds
el-switch(v-model="hidePrivateFromFeed")