Hide Locked Background Year Tab

This commit is contained in:
will yang
2022-04-12 22:25:32 -04:00
parent afd1248ea3
commit dfe53e8b68

View File

@@ -159,7 +159,7 @@
<toggle-switch
v-model="filterBackgrounds"
class="backgroundFilterToggle"
:label="'Hide locked backgrounds'"
:label="'Show Unlocked Backgrounds'"
/>
</div>
<div
@@ -247,6 +247,7 @@
</div>
</div>
<sub-menu
v-if="!filterBackgrounds"
class="text-center"
:items="bgSubMenuItems"
:active-sub-page="activeSubPage"