chore: minor fixes and improvements

This commit is contained in:
liyasthomas
2021-08-25 21:26:53 +05:30
parent b04d8dde2b
commit 9e16cff62a
4 changed files with 4 additions and 8 deletions

View File

@@ -185,7 +185,7 @@
}}
</SmartToggle>
</div>
<div class="flex items-center">
<!-- <div class="flex items-center">
<SmartToggle
:on="LEFT_SIDEBAR"
@change="toggleSetting('LEFT_SIDEBAR')"
@@ -195,7 +195,7 @@
LEFT_SIDEBAR ? $t("state.enabled") : $t("state.disabled")
}}
</SmartToggle>
</div>
</div> -->
<div class="flex items-center">
<SmartToggle :on="ZEN_MODE" @change="toggleSetting('ZEN_MODE')">
{{ $t("layout.zen_mode") }}