From b82ed9ae1b88a7afe008bacd85f5b9c1827b5f10 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 1 Dec 2020 18:27:13 +1300 Subject: [PATCH] wrong one --- html/src/index.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/index.pug b/html/src/index.pug index af695f04..5d063353 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -507,8 +507,8 @@ html span(style="display:inline-block;min-width:150px") Hide Private Worlds el-switch(v-model="hidePrivateFromFeed" :disabled="!openVR") div(style="font-size:12px;margin-top:5px") - span(style="display:inline-block;min-width:150px" :disabled="!openVR") Minimal Feed Icons - el-switch(v-model="minimalFeed") + span(style="display:inline-block;min-width:150px") Minimal Feed Icons + el-switch(v-model="minimalFeed" :disabled="!openVR") div(style="font-size:12px;margin-top:5px" :disabled="!openVR") span(style="display:inline-block;min-width:150px") Overlay Notifications el-switch(v-model="overlayNotifications" :disabled="!openVR")