Add option to hide Online/Offline from wrist feed

This commit is contained in:
Natsumi
2020-10-21 21:39:28 +13:00
committed by pypy
parent a16875bfc2
commit d6a5b3a26d
2 changed files with 8 additions and 1 deletions

View File

@@ -500,6 +500,9 @@ html
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 Online/Offline
el-switch(v-model="hideLoginsFromFeed")
div(style="font-size:12px;margin-top:5px")
span(style="display:inline-block;min-width:150px") Hide Private worlds
el-switch(v-model="hidePrivateFromFeed")