mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
wrong one
This commit is contained in:
+2
-2
@@ -507,8 +507,8 @@ html
|
|||||||
span(style="display:inline-block;min-width:150px") Hide Private Worlds
|
span(style="display:inline-block;min-width:150px") Hide Private Worlds
|
||||||
el-switch(v-model="hidePrivateFromFeed" :disabled="!openVR")
|
el-switch(v-model="hidePrivateFromFeed" :disabled="!openVR")
|
||||||
div(style="font-size:12px;margin-top:5px")
|
div(style="font-size:12px;margin-top:5px")
|
||||||
span(style="display:inline-block;min-width:150px" :disabled="!openVR") Minimal Feed Icons
|
span(style="display:inline-block;min-width:150px") Minimal Feed Icons
|
||||||
el-switch(v-model="minimalFeed")
|
el-switch(v-model="minimalFeed" :disabled="!openVR")
|
||||||
div(style="font-size:12px;margin-top:5px" :disabled="!openVR")
|
div(style="font-size:12px;margin-top:5px" :disabled="!openVR")
|
||||||
span(style="display:inline-block;min-width:150px") Overlay Notifications
|
span(style="display:inline-block;min-width:150px") Overlay Notifications
|
||||||
el-switch(v-model="overlayNotifications" :disabled="!openVR")
|
el-switch(v-model="overlayNotifications" :disabled="!openVR")
|
||||||
|
|||||||
Reference in New Issue
Block a user