Add option to hide Private world from wrist feed

This commit is contained in:
Natsumi
2020-10-20 18:55:21 +13:00
committed by pypy
parent 0c8bcdbd48
commit 20a78eebd4
2 changed files with 8 additions and 1 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 Private worlds
el-switch(v-model="hidePrivateFromFeed")
div(style="margin-top:30px")
span(style="font-weight:bold") Window
div(style="font-size:12px;margin-top:5px")